[
https://issues.apache.org/jira/browse/EAGLE-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001683#comment-15001683
]
Zhao, Qingwen commented on EAGLE-4:
-----------------------------------
fix the name==null error in StreamParallelismConfigExpansion, and parallelism
configuration is back
> configure parallelism with bolt/spout friendly name
> ---------------------------------------------------
>
> Key: EAGLE-4
> URL: https://issues.apache.org/jira/browse/EAGLE-4
> Project: Eagle
> Issue Type: Bug
> Environment: production
> Reporter: Edward Zhang
> Assignee: Zhao, Qingwen
> Priority: Minor
>
> In order to define parallelism for each spout/bolt, we should use friendly
> name. Today normally Eagle API does not require bolt name is provided, but to
> define parallelism, we have to use a friendly name.
> An alternative is to use rebalance command like bin/storm rebalance
> apollo-phx-hdfsAuditLog-topology -n 10 -e kafkaMsgConsumer=1 -e
> FileSensitivityDataJoinExecutor_2=1 -e JavaStormExecutorForAlertWrapper_5=1
> -e hdfsAuditLogAlertExecutor_0=1
> But the best is to provide a way of defining parallelism in configuration file
> "parallelismConfig" : {
> "kafkaMsgConsumer" : 2,
> "FileSensitivityDataJoinExecutor_2" : 2,
> "hdfsAuditLogAlertExecutor*" : 1
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)