You can clone the latest version from Github:
git clone git://github.com/datasalt/pangool.git
Apache Maven is needed to build Pangool. You can build Pangool by launching the following command on Pangool home:
mvn installThere is a sepparated profile "mr2" for MapReduce 2.0 and YARN compatible Pangool version. You can build it using:
mvn install -Pmr2
<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.