Skip to content

Instantly share code, notes, and snippets.

@nathanmarz
Created August 1, 2011 07:22
builder.setBolt(4, new MyBolt(), 12)
.shuffleGrouping(1)
.shuffleGrouping(2)
.fieldsGrouping(3, new Fields("id1", "id2"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment