Release 0.60.3: Pangool is now ready for YARN and MapReduce 2.X.

18 views
Skip to first unread message

Iván de Prado

unread,
Apr 10, 2013, 6:29:59 AM4/10/13
to pangoo...@googlegroups.com
Hi, 

Today we have released Pangool 0.60.3. The main change introduced into this version is the support for MapReduce 2.X API and YARN. 

We had to create separated distributables because MapReduce 2.0 imposes binary incompatibilities. So, from now on will be different artifacts for Pangool:

For Hadoop versions 0.20.X and 1.X:

 <dependency>
    <groupId>com.datasalt.pangool</groupId>
    <artifactId>pangool-core</artifactId>
    <version>0.60.3</version>
  </dependency> 

For Hadoop 2.X versions (and YARN):
 
 <dependency>
    <groupId>com.datasalt.pangool</groupId>
    <artifactId>pangool-core</artifactId>
    <version>0.60.3</version>
    <classifier>mr2</classifier>
  </dependency>
   
Also, there is a new Maven profile "mr2" that must be used to compile versions for Hadoop 2.X. For example, you can build this version with:

mvn install -Pmr2

--
Iván de Prado
CEO & Co-founder

Pere Ferrera Bertran

unread,
Apr 10, 2013, 6:37:44 AM4/10/13
to pangoo...@googlegroups.com
Great. So what needs to be added to a maven pom is the classifier = mr2.


2013/4/10 Iván de Prado <iv...@datasalt.com>

--
Has recibido este mensaje porque estás suscrito al grupo "pangool-user" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus correos electrónicos, envía un correo electrónico a pangool-user...@googlegroups.com.
Para obtener más opciones, visita https://groups.google.com/groups/opt_out.
 
 



--
Pere Ferrera
CTO & Co-founder
Reply all
Reply to author
Forward
0 new messages