Re: How to set up pig dev environment.

2015-01-15 Thread Daniel Dai
Tez 0.5 should work with Hadoop 2.4. If you want to use hadoop 2.6, you can change ivy/libraries.properties (hadoop*.version) On Wed, Jan 14, 2015 at 1:34 AM, canan chen wrote: > Hi, > > I try to set up pig dev environment in eclipse, but it still has some > compilation errors in tez part. I fou

How to set up pig dev environment.

2015-01-14 Thread canan chen
Hi, I try to set up pig dev environment in eclipse, but it still has some compilation errors in tez part. I found the reason is that pig is still using hadoop-2.4 while tez is using hadoop-2.6, how can I make pig to use hadoop-2.6 to make the compilation pass in eclipse? Thanks