Re: Hive Serialization issues

2016-11-23 Thread Edward Capriolo
I believe json itself has encoding rules. What i suggest you do is build your own input format or serde and escape those fieds possibly by converting them to hex. On Wednesday, November 23, 2016, Dana Ram Meghwal wrote: > Hey, > Any leads? > > On Tue, Nov 22, 2016 at 5:35 PM,

Re: Hive Serialization issues

2016-11-23 Thread Dana Ram Meghwal
Hey, Any leads? On Tue, Nov 22, 2016 at 5:35 PM, Dana Ram Meghwal wrote: > Hey All, > > I am using Hive 2.0 with external meta-store on EMR-5.0.0 and TEZ as > execution engine. > Our data are stored in json format so for serialization and > deserialization purpose we are