Dear Roman, Thanks again for your reply. Sorry for not formulating my problem clearly. My exact question is the following:
How do I build giraph-dist-1.1.0-hadoop2-bin.tar.gz (https://archive.apache.org/dist/giraph/giraph-1.1.0/giraph-dist-1.1.0-hadoop2-bin.tar.gz) from giraph-dist-1.1.0-src.tar.gz (https://archive.apache.org/dist/giraph/giraph-1.1.0/giraph-dist-1.1.0-src.tar.gz)? Please note that, it's NOT "giraph-dist-1.1.0-bin.tar.gz", but "giraph-dist-1.1.0-hadoop2-bin.tar.gz" that I need. Ultimately I only wish to know how to achieve this, which should be 100% feasible. As trivial as it sounds, but I don't know how yet. I would very much appreciate if your could tell me the answer to this. Cheers, Anton On Thu, Sep 10, 2015 at 5:20 PM, Roman Shaposhnik <[email protected]> wrote: > On Thu, Sep 10, 2015 at 4:09 AM, Anton Petersson > <[email protected]> wrote: > > Dear Roman, > > > > Thanks for your reply. > > My application code runs on hadoop 2.4.1, by including the following > > dependency. > > > > <dependency> > > <groupId>org.apache.giraph</groupId> > > <artifactId>giraph-core</artifactId> > > <version>1.1.0-hadoop2</version> > > </dependency> > > > > > > I tried to change the dependency to my custom build (such as mvn clean > > install -Pyarn -Dhadoop.version=2.4.1 -DskipTests), > > but my application code is NOT running on my custom build. > > What exactly fails and how. I need details to be able to help you. > > > Therefore I wish > > to know how to build the giraph-core jar (1.1.0-hadoop2) as listed in the > > central maven repo. > > Building your local copy of Giraph has nothing to do with Maven central. > > Thanks, > Roman. >
