Re: Giraph insists on LocalJobRunner with custom Computation

2014-06-23 Thread John Yost
Hi Yorn, I figured this out and detailed the solution in my post earlier this morning (6/23 2:46). The key is the following: -ca mapred.job.tracker=localhost:5431. Without this, you'll see the exception you detailed above. --John On Thu, Jun 5, 2014 at 5:36 AM, Yørn de Jong y...@uninett.no

Giraph insists on LocalJobRunner with custom Computation

2014-06-05 Thread Yørn de Jong
Hi group I have set up Giraph on a YARN cluster. I have no trouble running the shortest paths example as described in [1], but when I try to run my own algorithm, the program stops with: Exception in thread main Java.lang.IllegalArgumentException: checkLocalJobRunnerConfiguration: When