Re: Giraph and Hadoop 2.2.0

2013-11-14 Thread Rob Vesse
It's the same command line I showed earlier, just trying to run the example application: 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-14 Thread Mohammad Islam
On Thursday, November 14, 2013 3:22 AM, Rob Vesse rve...@dotnetrdf.org wrote: It's the same command line I showed earlier, just trying to run the example application: mbp-rvesse:hadoop-2.2.0 rvesse$ bin/hadoop jar

Re: Giraph and Hadoop 2.2.0

2013-11-14 Thread Mohammad Islam
I tried the following command few months back. I found you are not passing some params. bin/hadoop --config etc/hadoop jar /export/home/clei/giraph/giraph-1.0.0/giraph-examples/target/giraph-examples-1.?.0-for-hadoop-???-jar-with-dependencies.jar org.apache.giraph.GiraphRunner

About Sending a composite message

2013-11-14 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