Hi, Please find answers inline and check out http://storm.apache.org/releases/2.0.0-SNAPSHOT/flux.html for more information
From: Rajeev <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Monday, February 5, 2018 at 2:15 AM To: "[email protected]" <[email protected]> Subject: Number of Tasks in Flux yaml file Hi, 1) Can anyone tell me how to specify the number of tasks for a spout or bolt in a Flux yaml file ? You can specify it as a parallelism property for that spout or bolt in your flux yaml file. Check out an example on the link above 2) Does parallelism in flux yaml file mean the number of executor for the spout or bolt ? Yes 3) Can we use custom scheduler to schedule the topology based on flux yaml ? I believe so but you should confirm this. If you are talking about topology.scheduler.strategy property, there is a way to set it at topology level. Check out how to set topology level config properties on that link above again. Regards, Rajeev.
