Search code examples
giraph

How to set SplitMasterWorker value as false in giraph


I try to execute the giraph custom code from eclipse IDE, and when i try to run the code its showing Exception in thread “main” java.lang.IllegalArgumentException: checkLocalJobRunnerConfiguration: When using LocalJobRunner, must have only one worker since only 1 task at a time! So i want to set the giraph.SplitMasterWorker=false.How to set it and where to set it?


Solution

  • pass -ca giraph.SplitMasterWorker=false to your application as an argument.