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 giraph-1.1.0-for

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 PRISM

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 org

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 dep

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

2015-03-23 Thread Steven Harenberg
Try adding this option: -ca giraph.SplitMasterWorker=false --Steve On Sun, Mar 22, 2015 at 4:28 PM, Kenrick Fernandes wrote: > Hi, > > I am working with Giraph 1.1.0 and a YARN cluster with Hadoop 2.6.0. > I build Giraph with > mvn -Phadoop_2 -Dhadoop.version=2.6.0 clean package -DskipTest