Can we run giraph SimpleShortestPathsVertex example from eclipse.

2014-06-22 Thread satyajit ag
Hi , i have been trying to run SimpleShortestPathsVertex program from eclipse and was facing error shown below, java.lang.IllegalArgumentException: checkLocalJobRunnerConfiguration: When using LocalJobRunner, you cannot run in split master / worker mode since there is only 1 task at a time! So

Re: Can we run giraph SimpleShortestPathsVertex example from eclipse.

2014-06-22 Thread Francisco Sanches
Hi I'm having this same doubt if achieve some breakthrough would very much like that you share with me. 2014-06-22 9:30 GMT-04:00 satyajit ag satyajit.apac...@gmail.com: Hi , i have been trying to run SimpleShortestPathsVertex program from eclipse and was facing error shown below,

Got Giraph 1.1.0 examples running on YARN

2014-06-22 Thread John Yost
Hi Everyone, I just gotten the Giraph examples to run on YARN and I thought I would share the details since it looks like a few people have struggled with this. This is what I did: 1. Downloaded the latest snapshot (giraph-b218d2) 2. Built with mvn install -P=hadoop_2 -DskipTests=true 3.