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.
