Re: PIG script - PIGStorage

2012-12-10 Thread Jonathan Coveney
The default loader can't handle this. You would need a custom InputFormat, which isn't too bad. 2012/12/9 L N > Hi, > > > > > I have an unstructured file format. Assume below is the data in a file > > > > > > > > abxcd xyxc > > > > > > > > > I need to process the data in between < >

Re: PIG script - PIGStorage

2012-12-09 Thread L N
Hi, > I have an unstructured file format. Assume below is the data in a file > > > > abxcd xyxc > > > > I need to process the data in between < > only and neglect other characters > > How do i write a pig script like below for loading the data in above file > log =LOAD 'input' USIN