Re: Trying to store a bag of tuples using AvroStorage.

2012-04-03 Thread Dan Young
a is > > > >> provided, the stack trace shows that > > > >> the 'pigSchema' which is passed into AvroStorageUtils.isTupleWrapper > > > >> has no name, hence the NPE. I am not sure why that happens. > > > >> I will investigate f

Re: Trying to store a bag of tuples using AvroStorage.

2012-04-03 Thread Bill Graham
e the NPE. I am not sure why that happens. > > >> I will investigate further once I can execute your scripts. > > >> > > >> Best, > > >> > > >> stan > > >> > > >> On Sun, Mar 25, 2012 at 10:41 AM, Stan Ros

Re: Trying to store a bag of tuples using AvroStorage.

2012-04-03 Thread Dan Young
>> > >> Best, > >> > >> stan > >> > >> On Sun, Mar 25, 2012 at 10:41 AM, Stan Rosenberg > >> wrote: > >>> Hi Dan, > >>> > >>> This looks like an avro bug. I'll have a look later tonight unless

Re: Trying to store a bag of tuples using AvroStorage.

2012-04-03 Thread Dan Young
0:41 AM, Stan Rosenberg > >> wrote: > >>> Hi Dan, > >>> > >>> This looks like an avro bug. I'll have a look later tonight unless > >> someone > >>> else has a more immediate answer

Re: Trying to store a bag of tuples using AvroStorage.

2012-04-03 Thread Russell Jurney
less >> someone >>> else has a more immediate answer. >>> >>> Best, >>> >>> stan >>> >>> On Mar 25, 2012 12:

Re: Trying to store a bag of tuples using AvroStorage.

2012-04-03 Thread Dan Young
ter tonight unless > someone > > else has a more immediate answer. > > > > Best, > > > > stan > > > > On Mar 25, 2012 12:36 AM, "Dan Young" wrote: > >> > >> Hello all, > >> > >> I'm trying

Re: Trying to store a bag of tuples using AvroStorage.

2012-03-26 Thread Stan Rosenberg
> Best, > > stan > > On Mar 25, 2012 12:36 AM, "Dan Young" wrote: >> >> Hello all, >> >> I'm trying to store a bag of tuples using AvroStorage but am not able to >> figure out what I'

Re: Trying to store a bag of tuples using AvroStorage.

2012-03-25 Thread Stan Rosenberg
Hi Dan, This looks like an avro bug. I'll have a look later tonight unless someone else has a more immediate answer. Best, stan On Mar 25, 2012 12:36 AM, "Dan Young" wrote: > Hello all, > > I'm trying to store a bag of tuples using AvroStorage but am not able t

Trying to store a bag of tuples using AvroStorage.

2012-03-24 Thread Dan Young
Hello all, I'm trying to store a bag of tuples using AvroStorage but am not able to figure out what I'm doing wrong (or if it' supported). What I have is the following: gru