i1.connectTo(f1, ChannelType.NETWORK, DistributionPattern.BIPARTITE);
i2.connectTo(f1, ChannelType.NETWORK, DistributionPattern.BIPARTITE);
f1.connectTo(o1, ChannelType.NETWORK, DistributionPattern.BIPARTITE);
// add jar
jg.addJar(new Path(jarFile.toURI()));
// Create job client and launch job
jobClient = new JobClient(jg, configuration);
// disable logging for the taskmanager and the client, as they will have many