kboom / giraph

Mirror of Apache Giraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Giraph

Installation

You have to install the JAR(s) to your local maven repository from where they can be referenced from other projects.

mvn -pl giraph-core -Phadoop_yarn -Dhadoop.version=2.9.2 -fae -DskipTests -Dcheckstyle.skip  clean install

This will build the version

<dependency>
	<groupId>org.apache.giraph</groupId>
	<artifactId>giraph-core</artifactId>
	<version>1.2.0</version>
</dependency>

About

Mirror of Apache Giraph

License:Apache License 2.0


Languages

Language:Java 97.0%Language:JavaScript 1.7%Language:Shell 0.8%Language:HTML 0.2%Language:CSS 0.2%Language:Ruby 0.0%Language:Python 0.0%