Re: Json Loader - Array of objects - Loading results in empty data set

2014-08-08 Thread Pradeep Gollakota
> describe b; > b: {DataASet: (A1: int,A2: int,DataBSets: {tuple_0: (DataBSet: (B1: > chararray,B2: chararray))})} > grunt> dump b; > () > grunt> > ``` > > Kind regards. > Ralf > > > -Ursprüngliche Nachricht- > > Von: Pradeep Gollakota [mailto:prad

AW: Json Loader - Array of objects - Loading results in empty data set

2014-08-08 Thread Klüber , Ralf
@pig.apache.org > Betreff: Re: Json Loader - Array of objects - Loading results in empty data > set > > I think there's a problem with your schema. > > {DataASet: (A1: int,A2: int,DataBSets: {DataBSet: (B1: chararray,B2: > chararray)})} > > should probably look like &g

Re: Json Loader - Array of objects - Loading results in empty data set

2014-08-08 Thread Pradeep Gollakota
I think there's a problem with your schema. {DataASet: (A1: int,A2: int,DataBSets: {DataBSet: (B1: chararray,B2: chararray)})} should probably look like {DataASet: (A1: int,A2: int,DataBSets: {(DataBSet: (B1: chararray,B2: chararray))})} On Thu, Aug 7, 2014 at 11:22 AM, Klüber, Ralf wrote:

Json Loader - Array of objects - Loading results in empty data set

2014-08-07 Thread Klüber , Ralf
Hello, I am new to this list. I tried to solve this problem for the last 48h but I am stuck. I hope someone here can hint me in the right direction. I have problems using the Pig JsonLoader and wondering if I do something wrong or I encounter another problem. The 1st half of this post is