Re: yarn container accounting errors.

2014-01-03 Thread Mohammad Islam
I agree with Eric and Rafal's assessment. You can send a patch about this. Regards, Mohammad On Friday, January 3, 2014 1:13 PM, Rafal Wojdyla wrote: I had the same problem, and I have created this ticket:  https://issues.apache.org/jira/browse/GIRAPH-819 First I thought it's just operator p

Re: Giraph and Hadoop 2.2.0

2013-11-14 Thread Mohammad Islam
vesse/tiny_graph.txt -vof org.apache.giraph.io.formats.IdWithValueTextOutputFormat -op /user/rvesse/shortestpaths/2 -w 1 Rob From: Mohammad Islam Reply-To: Date: Thursday, 14 November 2013 05:57 To: "user@giraph.apache.org" Subject: Re: Giraph and Hadoop 2.2.0 What are you runnin

Re: Giraph and Hadoop 2.2.0

2013-11-14 Thread Mohammad Islam
-vof org.apache.giraph.io.formats.IdWithValueTextOutputFormat -op /user/rvesse/shortestpaths/2 -w 1 Rob From: Mohammad Islam Reply-To: Date: Thursday, 14 November 2013 05:57 To: "user@giraph.apache.org" Subject: Re: Giraph and Hadoop 2.2.0 What are you running? PR? >What is the command line? > > > > > &

Re: Giraph and Hadoop 2.2.0

2013-11-13 Thread Mohammad Islam
end a pull request for that. > > >The error message I should receive if the NPE wasn't happening is the >following: > > >Giraph on YARN does not currentlysupport Giraph-managed ZK instances: use a >standalone ZooKeeper. > > >What configuration options do I need t

Re: Giraph and Hadoop 2.2.0

2013-11-13 Thread Mohammad Islam
Hi Rob, Did you try with this command "mvn -Phadoop_yarn -Dhadoop.version=2.2.0 clean package -DskipTests"? Regards, Mohammad On Wednesday, November 13, 2013 2:55 AM, Rob Vesse wrote: Hi all I'm having trouble getting Giraph to build and run against a Hadoop 2.2.0 installation.  I tried th

Re: Null Pointer Exception when running a job

2013-11-07 Thread Mohammad Islam
Hi Artie, Hopefully someone would give you a concrete answer.  My rambling comments: Did you try with a smaller number of vertices? I want to know if the problem is due to increased load. What version of Giraph are you using? Regards, Mohammad On Thursday, November 7, 2013 2:10 PM, Artie Pesh