Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/729#discussion_r137362276
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-rest-env.xml
---
@@ -90,17 +90,11 @@
</property>
<property>
<name>metron_temp_grok_path</name>
- <description>Temporary local file path where grok patterns are
written during testing</description>
- <value>./patterns/temp</value>
+ <description>Temporary HDFS file path where grok patterns are
written during testing</description>
--- End diff --
If you think it would make it easier for 777 we can deafult this temp path
to something else. It could be any path that makes sense.
When we switch to using a directory containing one or more grok files this
will likely need to be updated anyways. For now this is meant to fix the UI
which is currently broken.
---