Skip to content

Commit

Permalink
Changed configuration of broadcast test job
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Warneke committed Mar 11, 2011
1 parent 3e2f7e9 commit ebfe519
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public static void main(String[] args) {
final JobFileOutputVertex consumer = new JobFileOutputVertex("Broadcast Consumer", jobGraph);
consumer.setFileOutputClass(BroadcastConsumer.class);
consumer.setFilePath(new Path("file:https:///tmp/"));
consumer.setNumberOfSubtasks(8);
consumer.setVertexToShareInstancesWith(producer);

try {
producer.connectTo(consumer, ChannelType.NETWORK, CompressionLevel.NO_COMPRESSION);
Expand Down

0 comments on commit ebfe519

Please sign in to comment.