Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-20 Thread Alexander Sirotin
Hi Vikalp, finally I got to run Giraph successfully :-) Following steps: #Preparation * su * rm -rf /usr/local/giraph; mkdir /usr/local/giraph * chown hadoop:hadoop /usr/local/giraph * mkdir ~/setup; cd ~/setup #Sourcecode (Version 1.1.0) * git clone

Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-12 Thread Alexander Sirotin
execution on Hadoop 2.4.0 Inbox x Thanks for your replies. Do I need to uninstall anything before running the above mvn command ? Regards, Vikalp Handa On Tue, Aug 12, 2014 at 10:26 AM, 이성일 si503@samsung.com mailto:si503@samsung.com wrote: Hi, Vikalp I think

Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-12 Thread Vikalp Handa
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 anything

Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-12 Thread Alexander Sirotin
Hello Vikalp, you are showing the output of the client. The errors I ve showed were coming from the ResourceManager, the GiraphApplicationMaster (gam-stderr.log) and the GiraphYarnTask (TaskRunner). Checkout these logfiles on your systems. In case you get an error-message class

Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-12 Thread Vikalp Handa
Hi Alexander, I looked into my gam-stderr.log file and found *Error: Could not find or load main class org.apache.giraph.yarn.GiraphApplicationMaster* As you have already mentioned in your reply about that for loop in *hadoop-env.sh. * So can you please tell me what is *mylib *and

Re: ShortestPath Code execution on Hadoop 2.4.0 Inbox x

2014-08-12 Thread Alexander Sirotin
Hi Vikalp, in $HADOOP_HOME/share there you will find Jars. But also Hadoop itself uses this place. Important is also there the subdirectory hadoop/mapreduce, where Jars will be used for TaskRunner and ApplicationMasters. If you would put your giraph-Jar there, the ApplicationMaster should

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