Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/831#discussion_r150314308 --- Diff: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/configuration/metron-indexing-env.xml --- @@ -73,18 +98,31 @@ <display-name>Indexing Update Column Family</display-name> </property> <property> - <name>indexing_workers</name> + <name>ra_indexing_workers</name> + <description>Number of Indexing Topology Workers</description> --- End diff -- With the name and description the same for the random access and batch topologies; can the user distinguish which is which?
---