Giraph Use Case

2014-08-11 Thread Vineet Mishra
Hi All, Although I have installed and ran Giraph example on my Hadoop Cluster referring to example below https://giraph.apache.org/quick_start.html its working great but I wanted to know what could be the other possible use case scenario/implementation of Giraph. Experts advice would be highly

ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-11 Thread Vikalp Handa
Hi everyone, I am new to Apache Giraph and would like execute Shortestpath and PageRank example code on *Hadoop 2.4.0 single node cluster* (my machine) having Centos 6.5. I have successfully build Giraph on my machine but unable to execute ShortestPath code. Please let me know if there are any

Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-11 Thread Sundara Raghavan Sankaran
Hi, You built Giraph for the Hadoop version 1.2.1 which is evident from your command line *hadoop jar /usr/local/giraph/giraph-examples/target/giraph-examples-1.1.0-SNAPSHOT-for-hadoop-1.2.1-jar-with-dependencies.jar * You have the build Giraph against the Hadoop version you'll be using. If you

Re: Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-11 Thread 이성일
You just run 'mvn clean' before that command :) Best Regards, Seong-il --- Original Message --- Sender : Vikalp Handahanda.vik...@gmail.com Date : 2014-08-12 14:35 (GMT+09:00) Title : Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x Thanks for your replies. Do I need to uninstall