Re: Storm Trident Topology -- ParallelismHint

2015-04-29 Thread P. Taylor Goetz
In scenario “b”, set the parallelism for the spout before the `shuffle()` operation. Trident topologies compile down to regular spouts and bolts. Partitioning operations like `shuffle()`, etc. define the bolt boundaries and hence where parallelism hints take effect. -Taylor On Apr 29, 2015, a

Storm Trident Topology -- ParallelismHint

2015-04-29 Thread nitin sharma
Hi Team, I am trying to understand ParallelismHint in Trident Topology but somehow not getting anywhere close.. It will be great if someone can help me Also, kindly explain the difference between MasterCorrdinator and SpoutCoordinator... Things that i have tried so far: a. I created a simple

Fwd: Storm Trident Topology -- ParallelismHint

2015-04-21 Thread nitin sharma
Hi Team, I am trying to understand ParallelismHint in Trident Topology but somehow not getting anywhere close.. It will be great if someone can help me Also, kindly explain the difference between MasterCorrdinator and SpoutCoordinator... Things that i have tried so far: a. I created a simple