I also was having issues with the builtin JsonLoader and tried some other loaders: Elephant-bird (which doesn't work with CDH 4 :( ), Mozilla Aleka. There is also another JsonLoader in piggybank in some newer version of Pig. I ended up just loading data as text and processing it inside a UDF with a json lib.
Ruslan On Wed, May 8, 2013 at 6:54 PM, Niels Basjes <[email protected]> wrote: > My suggestion to you is to avoid the JsonLoader that is part of Pig and use > the one present in Elephant-bird. > https://github.com/kevinweil/elephant-bird > > Niels Basjes > > > On Wed, May 8, 2013 at 12:38 AM, Zhu Wayne <[email protected]> wrote: > > > Any fix for parsing string array in the near future? > > https://issues.apache.org/jira/browse/PIG-2949 > > > > > > -- > > Wayne Zhu > > > > > > -- > Best regards / Met vriendelijke groeten, > > Niels Basjes >
