Skip to content

Instantly share code, notes, and snippets.

@nathanmarz
Created August 1, 2011 07:22

Revisions

  1. nathanmarz created this gist Aug 1, 2011.
    4 changes: 4 additions & 0 deletions gistfile1.java
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    builder.setBolt(4, new MyBolt(), 12)
    .shuffleGrouping(1)
    .shuffleGrouping(2)
    .fieldsGrouping(3, new Fields("id1", "id2"));