Re: Problem running single source shortest path example in cluster

2013-10-25 Thread Jyoti Yadav
Hi.. Thanks for your suggestions. I tried -vof option and it worked.. On Fri, Oct 25, 2013 at 8:19 PM, Andro Bermúdez Serrano < andro.bermu...@gmail.com> wrote: > Build Giraph with the options: -Phadoop_1.0 -Dhadoop.version=1.2.1. > This specifies hadoop version and uses the profile of Giraph fo

Re: Problem running single source shortest path example in cluster

2013-10-25 Thread Andro Bermúdez Serrano
Build Giraph with the options: -Phadoop_1.0 -Dhadoop.version=1.2.1. This specifies hadoop version and uses the profile of Giraph for hadoop 1.x 2013/10/22, Ηλίας Καπουράνης : > Hey Jyoti, > > regarding the -of option, change it to -vof which corresponds to > "vertex output format". > > Ilias > >

Re: Problem running single source shortest path example in cluster

2013-10-22 Thread Ηλίας Καπουράνης
Hey Jyoti, regarding the -of option, change it to -vof which corresponds to "vertex output format". Ilias Στις 22/10/2013 1:35 μμ, ο/η Jyoti Yadav έγραψε: Hi.. I tried to run shortest path algo in cluster.. I follow giraph quick start documentation to execute the algo.. One thing I ne

Problem running single source shortest path example in cluster

2013-10-22 Thread Jyoti Yadav
Hi.. I tried to run shortest path algo in cluster.. I follow giraph quick start documentation to execute the algo.. One thing I need to mention, on my cluster hadoop version is 1.2.1 and giraph version is 1.1.0.. but when I build the giraph the jar file which is create is named as $GIRAPH_HO