Re: Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0

2015-03-26 Thread Steven Harenberg
It doesn't work for me, but it seems to be because I am only on a single machine while it requires split master/worker mode. If I move onto distributed soon I will let you know. --Steve On Wed, Mar 25, 2015 at 2:56 PM, Kenrick Fernandes kenrick@gmail.com wrote: Hi Steve, Thanks for the

Re: Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0

2015-03-25 Thread Kenrick Fernandes
Hi Steve, Thanks for the link - there's a different error I get now regarding not finding some other classes, but ive seen that before and should be able to find a fix. Running PageRank however, still gives me the *localJobRunner* error (above) - did you get that to run successfully? Thanks,

Re: Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0

2015-03-23 Thread Kenrick Fernandes
Update: The shortest path example runs now, but only with *1 worker*. Using more than 1 worker gives the same *LocalJobRunner *error: - *Command:* hadoop jar giraph-examples-1.1.0-for-hadoop-2.6.0-jar-with-dependencies.jar org.apache.giraph.GiraphRunner

Re: Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0

2015-03-23 Thread Phillip Rhodes
What I had to do to get this to work was: edit the pom.xml and change the hadoop_yarn profile to remove the one munge symbol that was something like _SASL_SOMETHING_OR_OTHER. Build using mvn -Phadoop_yarn -Dhadoop.version=2.5.2 (in my case) Phil This message optimized for indexing by NSA

Re: Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0

2015-03-23 Thread Kenrick Fernandes
Hi Steve, Running the Shortest Paths example with that option gives me an *IncompatibleClassChange* error, which I am still trying to figure out how to fix. However, running the PageRank benchmark gives an *Unrecognized option* error (both are below) - is there a specific way to pass the param

Re: Giraph 1.1.0 not running on full cluster with Hadoop 2.6.0

2015-03-23 Thread Kenrick Fernandes
Hi Phil, The build was successful - now running the *ShortestPaths* example gives me a different error, *GiraphApplicationMaster* not found . However, when I run the PageRank benchmark, I still get the same *LocalJobRunner* error: - *Command:* hadoop jar