On Mon, Sep 15, 2014 at 11:28 AM, Arghya Kusum Das <arghyakusumdas2...@gmail.com> wrote: > Sure.... I will try this.... > > I will appreciate if you let me know the compilation command (with maven) > if I want to build it with hadoop2.2.0 support? (what should I specify for > -p -d etc)
Just running $ mvn -Phadoop_2 -DskipTests clean package should do the trick. I also found out that our staging repo for 1.1.0 RC0 is still available. If you want the easiest way to run against Hadoop 2.2.0 just download the following Giraph binary: http://repository.apache.org/content/repositories/orgapachegiraph-1001/org/apache/giraph/giraph-dist/1.1.0-hadoop2/giraph-dist-1.1.0-hadoop2-bin.tar.gz Thanks, Roman.