You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/05/01 19:31:57 UTC

[GitHub] [metron] merrimanr commented on a change in pull request #1396: METRON-2034: REST endpoint for getting all parser topology status should return group name

merrimanr commented on a change in pull request #1396: METRON-2034: REST endpoint for getting all parser topology status should return group name
URL: https://github.com/apache/metron/pull/1396#discussion_r280186832
 
 

 ##########
 File path: metron-platform/metron-common/src/main/config/zookeeper/global.json
 ##########
 @@ -6,5 +6,16 @@
   "update.hbase.table": "metron_update",
   "update.hbase.cf": "t",
   "es.client.settings": {
-  }
+  },
+  "parser.groups": [
 
 Review comment:
   There is no change to starting a parser group from the CLI.  You would still pass them in as a comma-separate list of parsers if you wanted to group parsers together.  Same goes for Ambari.  This setting is only used if parser topologies are managed in the Management UI.  The REST service handles converting parser groups to the correct CLI arguments and Storm job names.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services