使用flux YAML,如何在Storm拓扑中提到螺栓的任务数量?

时间:2017-09-29 12:45:48

标签: yaml apache-storm hortonworks-data-platform apache-storm-flux

请参阅风暴流量YAML的这个片段:

## spout definitions
spouts: 
#spouts- Start
  - id: "perform-spout"
    className: "org.apache.storm.kafka.KafkaSpout"
    parallelism: 2
    constructorArgs:
      - ref: "PerformSpoutConfig"
#spouts- End  
   
## bolt definitions
bolts: 

#bolt - Start    
  - id: "perform-bolt"
    className: "com.cc.adv.asp.test.KafkaPerformanceBolt"
    parallelism: 2      
#bolt - End    

使用此脚本,Storm-UI显示否。执行人=否。任务。 请建议如何指定否。 Flux YAMLs中的任务?提前谢谢。

0 个答案:

没有答案