Building Pangool

Getting Pangool code

You can clone the latest version from Github:

git clone git://github.com/datasalt/pangool.git

Building Pangool

Apache Maven is needed to build Pangool. You can build Pangool by launching the following command on Pangool home:

mvn install
There is a sepparated profile "mr2" for MapReduce 2.0 and YARN compatible Pangool version. You can build it using:
mvn install -Pmr2

Releases

Maven dependency

 <dependency>
     <groupId>com.datasalt.pangool</groupId>
     <artifactId>pangool-core</artifactId>
     <version>0.70</version>
 </dependency>
Use the Maven classifier "mr2" for the MapReduce 2.X Pangool version.