sources.put("source1", ExampleFixtures.SOURCE_TAP_1);
sources.put("source2", ExampleFixtures.SOURCE_TAP_2);
// set some default properties and set the flow step strategy
Flow f = new HadoopFlowConnector(BloomProps.getDefaultProperties()).connect("Example BloomJoin", sources, sink, joined);
f.setFlowStepStrategy(new BloomAssemblyStrategy());
f.complete();
// Take a look at the output tuples
TupleEntryIterator output = sink.openForRead(CascadingUtil.get().getFlowProcess());