Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hama Wiki" for change notification.
The "DevelopBSP" page has been changed by thomasjungblut: http://wiki.apache.org/hama/DevelopBSP?action=diff&rev1=4&rev2=5 job.setJobName("Producer Consumer Test"); // use 4 tasks job.setNumBspTask(4); + // output path must be defined + job.setOutputPath(new Path("/tmp/realtime-test")); + job.setOutputFormat(NullOutputFormat.class); // submit the job to the localrunner and wait for its completion, while outputting logs job.waitForCompletion(true); }
