Currently PigStorage only takes: [key#value,key#value] You will have to preprocess it before using PigStorage. Sure you can also write your own loader.
Daniel On Sun, Feb 5, 2012 at 11:12 PM, Haitao Yao <[email protected]> wrote: > Hi, all > out data format for map is Key:Value|Key:Value , how can I load the > data into map type? Can pig define the map delimiter like hive? > thanks. > > >
