[
https://issues.apache.org/jira/browse/METRON-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15305208#comment-15305208
]
ASF GitHub Bot commented on METRON-190:
---------------------------------------
Github user james-sirota commented on the pull request:
https://github.com/apache/incubator-metron/pull/139#issuecomment-222293764
The settings work, but I think you forgot to expose the parallelism hint.
See this blog entry:
https://storm.apache.org/releases/1.0.0/Understanding-the-parallelism-of-a-Storm-topology.html
Notice how they are setting
topologyBuilder.setBolt("green-bolt", new GreenBolt(), 2)
.setNumTasks(4)
.shuffleGrouping("blue-spout");
This will run two executors and four associated tasks (two tasks per
executor)
> Make start_parser_topology.sh more adaptable regarding storm topology
> configuration
> ------------------------------------------------------------------------------------
>
> Key: METRON-190
> URL: https://issues.apache.org/jira/browse/METRON-190
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
> Assignee: Casey Stella
>
> Add the ability to specify the message timeout, the max task parallelism, the
> number of ackers, the number of workers. Also allow the user to pass in JSON
> file containing a map of extra storm configs
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)