Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/729#discussion_r137305664
--- 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 --
So, we are creating a tmp sensor, to put the patterns in?
---