You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@pig.apache.org by Daniel Dai <da...@hortonworks.com> on 2014/07/05 07:24:39 UTC

[ANNOUNCE] Apache Pig 0.13.0 released

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 pluggable execution
engines (to allow pig run on non-mapreduce engines in future),
auto-local mode (to jobs with small input data size to run
in-process), fetch optimization (to improve interactiveness of grunt),
fixed counters for local-mode, support for user level jar cache,
support for blacklisting and whitelisting pig commands. This also
includes several performance fixes and debuggability features. A few
non-backwards compatible interface modifications have been introduced
in this release to make pig work with non-mapreduce engines (eg-
PigProgressNotificationListener). You can find complete list of
changes in CHANGES.txt. The details of the release can be found at
http://pig.apache.org/releases.html.

Thanks,
Daniel

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Rohini Palaniswamy <ro...@gmail.com>.
Oops. Missed Aniket :)


On Fri, Jul 4, 2014 at 11:03 PM, Rohini Palaniswamy <rohini.aditya@gmail.com
> 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 <pi...@gmail.com>
> 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 Dai <da...@hortonworks.com>
>> 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 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 pluggable execution
>> > engines (to allow pig run on non-mapreduce engines in future),
>> > auto-local mode (to jobs with small input data size to run
>> > in-process), fetch optimization (to improve interactiveness of grunt),
>> > fixed counters for local-mode, support for user level jar cache,
>> > support for blacklisting and whitelisting pig commands. This also
>> > includes several performance fixes and debuggability features. A few
>> > non-backwards compatible interface modifications have been introduced
>> > in this release to make pig work with non-mapreduce engines (eg-
>> > PigProgressNotificationListener). You can find complete list of
>> > changes in CHANGES.txt. The details of the release can be found at
>> > http://pig.apache.org/releases.html.
>> >
>> > Thanks,
>> > Daniel
>> >
>> > --
>> > CONFIDENTIALITY NOTICE
>> > NOTICE: This message is intended for the use of the individual or
>> entity to
>> > which it is addressed and may contain information that is confidential,
>> > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > of this message is not the intended recipient, you are hereby notified
>> that
>> > any printing, copying, dissemination, distribution, disclosure or
>> > forwarding of this communication is strictly prohibited. If you have
>> > received this communication in error, please contact the sender
>> immediately
>> > and delete it from your system. Thank You.
>> >
>>
>
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Rohini Palaniswamy <ro...@gmail.com>.
Oops. Missed Aniket :)


On Fri, Jul 4, 2014 at 11:03 PM, Rohini Palaniswamy <rohini.aditya@gmail.com
> 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 <pi...@gmail.com>
> 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 Dai <da...@hortonworks.com>
>> 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 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 pluggable execution
>> > engines (to allow pig run on non-mapreduce engines in future),
>> > auto-local mode (to jobs with small input data size to run
>> > in-process), fetch optimization (to improve interactiveness of grunt),
>> > fixed counters for local-mode, support for user level jar cache,
>> > support for blacklisting and whitelisting pig commands. This also
>> > includes several performance fixes and debuggability features. A few
>> > non-backwards compatible interface modifications have been introduced
>> > in this release to make pig work with non-mapreduce engines (eg-
>> > PigProgressNotificationListener). You can find complete list of
>> > changes in CHANGES.txt. The details of the release can be found at
>> > http://pig.apache.org/releases.html.
>> >
>> > Thanks,
>> > Daniel
>> >
>> > --
>> > CONFIDENTIALITY NOTICE
>> > NOTICE: This message is intended for the use of the individual or
>> entity to
>> > which it is addressed and may contain information that is confidential,
>> > privileged and exempt from disclosure under applicable law. If the
>> reader
>> > of this message is not the intended recipient, you are hereby notified
>> that
>> > any printing, copying, dissemination, distribution, disclosure or
>> > forwarding of this communication is strictly prohibited. If you have
>> > received this communication in error, please contact the sender
>> immediately
>> > and delete it from your system. Thank You.
>> >
>>
>
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Rohini Palaniswamy <ro...@gmail.com>.
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 <pi...@gmail.com> 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 Dai <da...@hortonworks.com> 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 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 pluggable execution
> > engines (to allow pig run on non-mapreduce engines in future),
> > auto-local mode (to jobs with small input data size to run
> > in-process), fetch optimization (to improve interactiveness of grunt),
> > fixed counters for local-mode, support for user level jar cache,
> > support for blacklisting and whitelisting pig commands. This also
> > includes several performance fixes and debuggability features. A few
> > non-backwards compatible interface modifications have been introduced
> > in this release to make pig work with non-mapreduce engines (eg-
> > PigProgressNotificationListener). You can find complete list of
> > changes in CHANGES.txt. The details of the release can be found at
> > http://pig.apache.org/releases.html.
> >
> > Thanks,
> > Daniel
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Rohini Palaniswamy <ro...@gmail.com>.
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 <pi...@gmail.com> 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 Dai <da...@hortonworks.com> 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 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 pluggable execution
> > engines (to allow pig run on non-mapreduce engines in future),
> > auto-local mode (to jobs with small input data size to run
> > in-process), fetch optimization (to improve interactiveness of grunt),
> > fixed counters for local-mode, support for user level jar cache,
> > support for blacklisting and whitelisting pig commands. This also
> > includes several performance fixes and debuggability features. A few
> > non-backwards compatible interface modifications have been introduced
> > in this release to make pig work with non-mapreduce engines (eg-
> > PigProgressNotificationListener). You can find complete list of
> > changes in CHANGES.txt. The details of the release can be found at
> > http://pig.apache.org/releases.html.
> >
> > Thanks,
> > Daniel
> >
> > --
> > CONFIDENTIALITY NOTICE
> > NOTICE: This message is intended for the use of the individual or entity
> to
> > which it is addressed and may contain information that is confidential,
> > privileged and exempt from disclosure under applicable law. If the reader
> > of this message is not the intended recipient, you are hereby notified
> that
> > any printing, copying, dissemination, distribution, disclosure or
> > forwarding of this communication is strictly prohibited. If you have
> > received this communication in error, please contact the sender
> immediately
> > and delete it from your system. Thank You.
> >
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Cheolsoo Park <pi...@gmail.com>.
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 <da...@hortonworks.com> 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 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 pluggable execution
> engines (to allow pig run on non-mapreduce engines in future),
> auto-local mode (to jobs with small input data size to run
> in-process), fetch optimization (to improve interactiveness of grunt),
> fixed counters for local-mode, support for user level jar cache,
> support for blacklisting and whitelisting pig commands. This also
> includes several performance fixes and debuggability features. A few
> non-backwards compatible interface modifications have been introduced
> in this release to make pig work with non-mapreduce engines (eg-
> PigProgressNotificationListener). You can find complete list of
> changes in CHANGES.txt. The details of the release can be found at
> http://pig.apache.org/releases.html.
>
> Thanks,
> Daniel
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Rohini Palaniswamy <ro...@gmail.com>.
I went ahead and did a report of jiras in 0.13. There was 213 jiras fixed
and 49 contributors. That is pretty cool. We are still growing as a
community. Wish we had hit 50 :). Below is the list of the contributors.
Thanks to everyone for their awesome work and hope to see the same interest
going forward. I would like to especially call out and thank Achal Soni and
Mark Wagner who did major refactoring of the Pig code to support multiple
execution engines.

Cheolsoo Park
Daniel Dai
Aniket Mokashi
Rohini Palaniswamy
Lorand Bendig
Philip (flip) Kromer
Jarek Jarcec Cecho
Nezih Yigitbasi
Prashant Kommireddi
Josh Elser
Sergey Svinarchuk
Travis Woodruff
Koji Noguchi
Joseph Adler
Hariharasudhan Chinnan
Richard Ding
Mark Wagner
Keren Ouaknine
Jenny Thompson
Jacob Perkins
Akihiro Matsukawa
Ahmed Eldawy
Vijay Rajaram
Suhas Satish
Seshadri Mahalingam
Saad Patel
Russell Jurney
Rekha Joshi
Rajesh Balamohan
Raja Aluri
Nick Dimiduk
Nezih Yigitbasi
Mona Chitnis
Manu Zhang
Lohit Giri
Kyungho Jeon
Karina Hauser
Jim Donofrio
Jeremy Karn
Jeongjin Ku
Jeff Zhang
Ido Hadanny
Gera Shegalov
Eric Hanson
Deepesh Khandelwal
David Dreyfus
Andy Schlaikjer
Anastasis Andronidis
Achal Soni

Regards,
Rohini


On Sat, Jul 5, 2014 at 11:55 AM, Prashant Kommireddi <pr...@gmail.com>
wrote:

> Thanks Daniel for carrying out the release, and the community for all the
> contributions.
>
> On Saturday, July 5, 2014, Lorand Bendig <lb...@gmail.com> wrote:
>
> > Great to see so many new features, thanks to everyone!
> >
> > --Lorand
> >
> > On 07/05/2014 07:24 AM, 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 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 pluggable execution
> >> engines (to allow pig run on non-mapreduce engines in future),
> >> auto-local mode (to jobs with small input data size to run
> >> in-process), fetch optimization (to improve interactiveness of grunt),
> >> fixed counters for local-mode, support for user level jar cache,
> >> support for blacklisting and whitelisting pig commands. This also
> >> includes several performance fixes and debuggability features. A few
> >> non-backwards compatible interface modifications have been introduced
> >> in this release to make pig work with non-mapreduce engines (eg-
> >> PigProgressNotificationListener). You can find complete list of
> >> changes in CHANGES.txt. The details of the release can be found at
> >> http://pig.apache.org/releases.html.
> >>
> >> Thanks,
> >> Daniel
> >>
> >>
> >
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Rohini Palaniswamy <ro...@gmail.com>.
I went ahead and did a report of jiras in 0.13. There was 213 jiras fixed
and 49 contributors. That is pretty cool. We are still growing as a
community. Wish we had hit 50 :). Below is the list of the contributors.
Thanks to everyone for their awesome work and hope to see the same interest
going forward. I would like to especially call out and thank Achal Soni and
Mark Wagner who did major refactoring of the Pig code to support multiple
execution engines.

Cheolsoo Park
Daniel Dai
Aniket Mokashi
Rohini Palaniswamy
Lorand Bendig
Philip (flip) Kromer
Jarek Jarcec Cecho
Nezih Yigitbasi
Prashant Kommireddi
Josh Elser
Sergey Svinarchuk
Travis Woodruff
Koji Noguchi
Joseph Adler
Hariharasudhan Chinnan
Richard Ding
Mark Wagner
Keren Ouaknine
Jenny Thompson
Jacob Perkins
Akihiro Matsukawa
Ahmed Eldawy
Vijay Rajaram
Suhas Satish
Seshadri Mahalingam
Saad Patel
Russell Jurney
Rekha Joshi
Rajesh Balamohan
Raja Aluri
Nick Dimiduk
Nezih Yigitbasi
Mona Chitnis
Manu Zhang
Lohit Giri
Kyungho Jeon
Karina Hauser
Jim Donofrio
Jeremy Karn
Jeongjin Ku
Jeff Zhang
Ido Hadanny
Gera Shegalov
Eric Hanson
Deepesh Khandelwal
David Dreyfus
Andy Schlaikjer
Anastasis Andronidis
Achal Soni

Regards,
Rohini


On Sat, Jul 5, 2014 at 11:55 AM, Prashant Kommireddi <pr...@gmail.com>
wrote:

> Thanks Daniel for carrying out the release, and the community for all the
> contributions.
>
> On Saturday, July 5, 2014, Lorand Bendig <lb...@gmail.com> wrote:
>
> > Great to see so many new features, thanks to everyone!
> >
> > --Lorand
> >
> > On 07/05/2014 07:24 AM, 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 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 pluggable execution
> >> engines (to allow pig run on non-mapreduce engines in future),
> >> auto-local mode (to jobs with small input data size to run
> >> in-process), fetch optimization (to improve interactiveness of grunt),
> >> fixed counters for local-mode, support for user level jar cache,
> >> support for blacklisting and whitelisting pig commands. This also
> >> includes several performance fixes and debuggability features. A few
> >> non-backwards compatible interface modifications have been introduced
> >> in this release to make pig work with non-mapreduce engines (eg-
> >> PigProgressNotificationListener). You can find complete list of
> >> changes in CHANGES.txt. The details of the release can be found at
> >> http://pig.apache.org/releases.html.
> >>
> >> Thanks,
> >> Daniel
> >>
> >>
> >
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Prashant Kommireddi <pr...@gmail.com>.
Thanks Daniel for carrying out the release, and the community for all the
contributions.

On Saturday, July 5, 2014, Lorand Bendig <lb...@gmail.com> wrote:

> Great to see so many new features, thanks to everyone!
>
> --Lorand
>
> On 07/05/2014 07:24 AM, 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 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 pluggable execution
>> engines (to allow pig run on non-mapreduce engines in future),
>> auto-local mode (to jobs with small input data size to run
>> in-process), fetch optimization (to improve interactiveness of grunt),
>> fixed counters for local-mode, support for user level jar cache,
>> support for blacklisting and whitelisting pig commands. This also
>> includes several performance fixes and debuggability features. A few
>> non-backwards compatible interface modifications have been introduced
>> in this release to make pig work with non-mapreduce engines (eg-
>> PigProgressNotificationListener). You can find complete list of
>> changes in CHANGES.txt. The details of the release can be found at
>> http://pig.apache.org/releases.html.
>>
>> Thanks,
>> Daniel
>>
>>
>

Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Lorand Bendig <lb...@gmail.com>.
Great to see so many new features, thanks to everyone!

--Lorand

On 07/05/2014 07:24 AM, 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 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 pluggable execution
> engines (to allow pig run on non-mapreduce engines in future),
> auto-local mode (to jobs with small input data size to run
> in-process), fetch optimization (to improve interactiveness of grunt),
> fixed counters for local-mode, support for user level jar cache,
> support for blacklisting and whitelisting pig commands. This also
> includes several performance fixes and debuggability features. A few
> non-backwards compatible interface modifications have been introduced
> in this release to make pig work with non-mapreduce engines (eg-
> PigProgressNotificationListener). You can find complete list of
> changes in CHANGES.txt. The details of the release can be found at
> http://pig.apache.org/releases.html.
>
> Thanks,
> Daniel
>


Re: [ANNOUNCE] Apache Pig 0.13.0 released

Posted by Cheolsoo Park <pi...@gmail.com>.
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 <da...@hortonworks.com> 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 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 pluggable execution
> engines (to allow pig run on non-mapreduce engines in future),
> auto-local mode (to jobs with small input data size to run
> in-process), fetch optimization (to improve interactiveness of grunt),
> fixed counters for local-mode, support for user level jar cache,
> support for blacklisting and whitelisting pig commands. This also
> includes several performance fixes and debuggability features. A few
> non-backwards compatible interface modifications have been introduced
> in this release to make pig work with non-mapreduce engines (eg-
> PigProgressNotificationListener). You can find complete list of
> changes in CHANGES.txt. The details of the release can be found at
> http://pig.apache.org/releases.html.
>
> Thanks,
> Daniel
>
> --
> CONFIDENTIALITY NOTICE
> NOTICE: This message is intended for the use of the individual or entity to
> which it is addressed and may contain information that is confidential,
> privileged and exempt from disclosure under applicable law. If the reader
> of this message is not the intended recipient, you are hereby notified that
> any printing, copying, dissemination, distribution, disclosure or
> forwarding of this communication is strictly prohibited. If you have
> received this communication in error, please contact the sender immediately
> and delete it from your system. Thank You.
>