Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/759#discussion_r138994125
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/params_linux.py
---
@@ -273,7 +272,7 @@
profiler_hbase_table =
config['configurations']['metron-profiler-env']['profiler_hbase_table']
profiler_hbase_cf =
config['configurations']['metron-profiler-env']['profiler_hbase_cf']
profiler_configured_flag_file = status_params.profiler_configured_flag_file
-profiler_acl_configured_flag_file =
status_params.indexing_acl_configured_flag_file
+profiler_acl_configured_flag_file =
status_params.profiler_acl_configured_flag_file
--- End diff --
This is the crux of the problem. A simple copy-paste error.
---