Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Tested, no negative effects seen
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Nov 19, 2013
1 parent 74f7e81 commit 27200bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ abstract class Storm(options: Map[String, Options], transformConfig: Summingbird
val dependenciesNames = stormDag.dependenciesOf(node).collect { case x: StormNode => stormDag.getNodeName(x) }
// TODO: https://github.com/twitter/summingbird/issues/366
// test localOrShuffleGrouping here. may give big wins for serialization heavy jobs.
dependenciesNames.foreach { declarer.shuffleGrouping(_) }
dependenciesNames.foreach { declarer.localOrShuffleGrouping(_) }
}

private def scheduleSpout[K](stormDag: Dag[Storm], node: StormNode)(implicit topologyBuilder: TopologyBuilder) = {
Expand Down

0 comments on commit 27200bf

Please # to comment.