Re: [ANNOUNCE] Apache Pig 0.13.0 released

2014-07-04 Thread Rohini Palaniswamy
Oops. Missed Aniket :) On Fri, Jul 4, 2014 at 11:03 PM, Rohini Palaniswamy wrote: > Thanks Daniel and Cheolsoo for wrapping up all the issues and making this > release possible. > > > > On Fri, Jul 4, 2014 at 10:46 PM, Cheolsoo Park > wrote: > >> Thank you Daniel for all your hard work! 0.13 i

Re: [ANNOUNCE] Apache Pig 0.13.0 released

2014-07-04 Thread Rohini Palaniswamy
Thanks Daniel and Cheolsoo for wrapping up all the issues and making this release possible. On Fri, Jul 4, 2014 at 10:46 PM, Cheolsoo Park wrote: > Thank you Daniel for all your hard work! 0.13 is a very important release > with many new features. > > > On Fri, Jul 4, 2014 at 10:24 PM, Daniel D

Re: [ANNOUNCE] Apache Pig 0.13.0 released

2014-07-04 Thread Cheolsoo Park
Thank you Daniel for all your hard work! 0.13 is a very important release with many new features. On Fri, Jul 4, 2014 at 10:24 PM, Daniel Dai wrote: > The Pig team is happy to announce the Pig 0.13.0 release. > > Apache Pig provides a high-level data-flow language and execution > framework for

[ANNOUNCE] Apache Pig 0.13.0 released

2014-07-04 Thread Daniel Dai
The Pig team is happy to announce the Pig 0.13.0 release. Apache Pig provides a high-level data-flow language and execution framework for parallel computation on Hadoop clusters. More details about Pig can be found at http://pig.apache.org/. This release includes several new features such as plug

Re: Query on Pig

2014-07-04 Thread Darpan R
Looks like Classpath problem :java.lang.RuntimeException: java.lang.ClassNotFoundException: Class WordCount$Map not found Can you make sure your jar is in the class path ? On 4 July 2014 11:19, Nivetha K wrote: > Hi, > > I am currently working with Pig. I get struck with following script.