hadoop - Interoperability of pig 0.9.0 with cdh3u1? -


softer version of cdh3 client interoperable apache hadoop server 0.20.xx?

we have java app runs series of pig scripts (it injects variables in them, it's driver/client running them). need macro features of pig 0.9.0 cdh comes pig 0.8.1. following idea?

we try working with:

    <dependency>         <groupid>org.apache.hadoop</groupid>         <artifactid>hadoop-core</artifactid>         <version>0.20.2-cdh3u1</version>     </dependency> 

with

    <dependency>         <groupid>org.apache.pig</groupid>         <artifactid>pig</artifactid>         <version>0.9.0</version>     </dependency> 

instead of

    <dependency>         <groupid>org.apache.pig</groupid>         <artifactid>pig</artifactid>         <version>0.8.1-cdh3u1</version>     </dependency> 


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -