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 rve...@dotnetrdf.org wrote: Hi all I'm having trouble getting Giraph to build and run against a Hadoop 2.2.0

About vertex input format..

2013-11-13 Thread Jyoti Yadav
Hi.. I am trying to execute SingleSourceShortestPath example with some changes in this.. While sending message,i am sending two values-(sender vertex value+edge weight),sender_id.. For this message to send,i created my own message file MyMessageWritable.java. The graph input is given in following

Re: Giraph and Hadoop 2.2.0

2013-11-13 Thread Rob Vesse
Mohammad This got me a build that at least attempts to start to run but not I see the following: mbp-rvesse:hadoop-2.2.0 rvesse$ bin/hadoop jar /Users/rvesse/Documents/Work/Code/giraph/giraph-examples/target/giraph-examp les-1.1.0-SNAPSHOT-for-hadoop-2.2.0-jar-with-dependencies.jar

Re: Giraph and Hadoop 2.2.0

2013-11-13 Thread Rob Vesse
So I fixed the previous issue I was having which I reported and submitted a patch as GIRAPH-795 I then went ahead with installing and configuring my external Zookeeper appropriately and tried running again but now the YARN application fails and I find the following error in the logs: Exception

Re: About vertex input format..

2013-11-13 Thread Jyoti Yadav
Thanks Ameya.. I am just newbie to giraph... Would you please let me know the path where should i include this file ,so that i can compile it. Also you mentioned that i need not to bothered about VertexInputFormat,then while giving the jar command to execute the program ,what about -vif

Re: Giraph and Hadoop 2.2.0

2013-11-13 Thread Mohammad Islam
What are you running? PR? What is the command line? On Wednesday, November 13, 2013 8:30 AM, Rob Vesse rve...@dotnetrdf.org wrote: So I fixed the previous issue I was having which I reported and submitted a patch as GIRAPH-795 I then went ahead with installing and configuring my external