It looks like at some point i created files in this subpath as ebernhardson, rather than analytics-search as expected. Noticed today while deploying a script that cleans up old data in hadoop (deletes it) that it can't do the cleanup due to permissions issues.
Requested fix:
hdfs dfs -chown -R analytics-search:analytics-search-users hdfs://analytics-hadoop/wmf/data/discovery
Also curious if there is some way we can prevent this in the future, perhaps having the directories owned by a group that only analytics-search is in?