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:
grunt>illustrate c;
....
....
---------------------------------------------------------------------------------------------
| c | franchise_id:int |
cast_and_crew:bag{:tuple(full_name:chararray)}|
---------------------------------------------------------------------------------------------
| | 213939 | {(Wang Junzheng), (Li Ling)}
|
---------------------------------------------------------------------------------------------
When I try to store is via AvroStorage I'm getting an error. I've tried
both with and without specifying a schema I've created a gist and posted
it here with the Pig Stack Trace.....
https://gist.github.com/2191363
If anyone has insight into what I'm doing wrong, and can help, I would
greatly appreciate the guidance.
Regards,
Dan