Re: Sample data for Single Source shortest path

2014-03-01 Thread Mirko Kämpf
Here is my work log with some steps I need to prep for building Giraph: Requires Maven 3.x mvn -version Install JDK 1.7 http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-7-on-fedora-centos-red-hat-rhel/ ## java ## sudo alternatives --install /usr/bin/java java /usr/jav

Re: Sample data for Single Source shortest path

2014-03-01 Thread Jyoti Yadav
Hi Mirko.. Thanks for your reply.. All MapReduce programs are running fine on this system. And it is yarn setup. Please guide me how to bulid giraph with this hadoop version..Should I need to install external zookeeper also.? Thanks in advance.. Jyoti On Sat, Mar 1, 2014 at 6:31 PM, Mirko K

Re: Sample data for Single Source shortest path

2014-03-01 Thread Mirko Kämpf
Hello, if you build Giraph for hadoop 0.20 the same jars will not work for hadoop version 2.2.0. Right now I build the profile -Phadoop_2 from curren the 1.1. branch in the git repo. How many nodes (physical servers or VMs) do you run on your 64 core system? What distro of Hadoop are working

Re: Sample data for Single Source shortest path

2014-03-01 Thread Jyoti Yadav
Anyone please reply ..Is it portability problem??.. Does giraph has any issues with Hadoop 2.2.0?? Do I need to build Giraph on the new system ?? Thanks On Sat, Mar 1, 2014 at 2:28 PM, Jyoti Yadav wrote: > Hi Sebastian.. > Thanks for the links given for big graphs.. > > Actually I want to te

Re: Sample data for Single Source shortest path

2014-03-01 Thread Jyoti Yadav
Hi Sebastian.. Thanks for the links given for big graphs.. Actually I want to tell you something about problem i am facing. Initially I was working with *hadoop 0.20.203* . I build Giraph there.. it was running fine. Now to test very big graph related problem and to compare the performance , I

Re: Sample data for Single Source shortest path

2014-03-01 Thread Sebastian Schelter
Hi Jyoti, You can find a couple of very large graphs in KONECT [1] and on the website of the laboratory for web algorithmics from the University of Milan [2]. You will probably have to convert them to an appropriate format for Giraph. Best, Sebastian [1] http://konect.uni-koblenz.de/ [2] ht