Re: [ANNOUNCE] Welcome new Pig Committer - Lorand Bendig

2014-06-23 Thread Mark Wagner
Congrats and welcome, Lorand! On Sun, Jun 22, 2014 at 6:39 PM, Koji Noguchi wrote: > Congrats!!! > > On 6/22/14, 9:08 PM, "Rohini Palaniswamy" wrote: > >>Congratulations Lorand !!! >> >> >>On Sun, Jun 22, 2014 at 2:47 PM, Xuefu Zhang wrote: >> >>> Many congrats, Lorand! >>> >>> --Xuefu >>> >>>

Re: Recordings from Pig user meetup at Linkedin, Mar 14

2014-03-27 Thread Mark Wagner
The video has been posted at http://www.ustream.tv/recorded/44885982. Enjoy! -Mark On Wed, Mar 26, 2014 at 7:38 PM, Jarek Jarcec Cecho wrote: > Thank you Mark, greatly appreciated! > > Jarcec > > On Wed, Mar 26, 2014 at 05:56:53PM -0700, Mark Wagner wrote: >> Hi Jarek, >

Re: Recordings from Pig user meetup at Linkedin, Mar 14

2014-03-26 Thread Mark Wagner
Hi Jarek, I'm looking into it with the people in charge of recording here at LinkedIn. I'll update this thread with any new information I get. Sorry for the delay and thanks for your patience! -Mark On Wed, Mar 26, 2014 at 5:46 PM, Jarek Jarcec Cecho wrote: > Thank you for the feedback Cheolsoo

Re: Congratulations to Cheolsoo Park the new Apache Pig project chair

2014-03-19 Thread Mark Wagner
Congratulations, Cheolsoo! On Wed, Mar 19, 2014 at 6:17 PM, Daniel Dai wrote: > Well deserved, Congratulation! > > Thanks Julien, you did a great job last year! > > On Wed, Mar 19, 2014 at 6:03 PM, Julien Le Dem wrote: >> Congrats Cheolsoo, >> This is well deserved. >> Julien > > -- > CONFIDENTI

Re: Pig User Group Meetup at LinkedIn on Fri Mar 14

2014-03-14 Thread Mark Wagner
For those of you driving to this event the most parking is available behind the building where the meetup is or behind the building just across the street. On Fri, Mar 14, 2014 at 9:41 AM, Mark Wagner wrote: > Hi everybody, > > Just a friendly reminder that we'll be hosting a use

Re: Pig User Group Meetup at LinkedIn on Fri Mar 14

2014-03-14 Thread Mark Wagner
ng of the meetup talks will be posted after the meeting for > those not able to attend. > > Thanks Mark Wagner and Alex Bain for hosting it at LinkedIn. > > Regards, > Rohini

Re: Welcome to the newest Pig Committer - Mark Wagner

2014-02-01 Thread Mark Wagner
ok forward to many more contributions! >> >> >> On Fri, Jan 31, 2014 at 5:36 PM, Jarek Jarcec Cecho wrote: >> >>> Congratulations Mark, good job! >>> >>> Jarcec >>> >>> On Fri, Jan 31, 2014 at 05:20:26PM -0800, Julien Le Dem wrot

Re: Pig > 0.10 always throws invalid stream header

2013-11-08 Thread Mark Wagner
Hey Claudio, I saw this internally and another person on the list had the same issue. Every time I've seen it the cause was a version <= 0.10 of Pig sneaked onto the classpath. Removing it will solve the issue. Thanks, Mark On Tue, Nov 5, 2013 at 1:02 PM, Claudio Romo Otto wrote: > Hi guys, > >

Re: AvroStorage Issue - Possibly version related

2013-09-19 Thread Mark Wagner
It sounds like you're using a version of Pig that wasn't compiled for Hadoop 2.x/.23. Try recompiling with 'ant clean jar -Dhadoopversion=23'. -Mark On Thu, Sep 19, 2013 at 9:23 AM, j.barrett Strausser wrote: > Running > > Hadoop-2.1.0-Beta > Pig-0.11.1 > Hive-0.11.1 > > 1. Created Avro backed t

Re: "invalid stream header" UDF error after upgraded to pig 0.11.1

2013-07-03 Thread Mark Wagner
HI Jian, I've seen this before when multiple versions of Pig are on your classpath. I suggest looking around to see if something similar might be happening to you. -Mark On Wed, Jul 3, 2013 at 3:15 PM, Jian Fang wrote: > Resend > > > On Wed, Jul 3, 2013 at 2:34 PM, Jian Fang >wrote: > > > Hi,

Re: Adding files to distributed cache

2013-06-25 Thread Mark Wagner
Hi Phanish, EvalFuncs can implement getCacheFiles to register files that should be included in distributed cache: http://pig.apache.org/docs/r0.11.1/api/org/apache/pig/EvalFunc.html#getCacheFiles() -Mark On Tue, Jun 25, 2013 at 11:37 AM, Phanish Lakkarasu < abhishek.do...@icloud.com> wrote: >

Re: SIZE() always leads to 1 reducer?

2013-04-11 Thread Mark Wagner
Hi Yang, A couple points: the grouping of z will create exactly one input group for the reducers. Since there's only one, more reducers doesn't help any. There are accumulator and algebraic UDFs, but SIZE is not one of them because SIZE can also take data types other than bags (you can't split the