Re: simple jason file analysing in Hive-0.14 using serde

2016-01-24 Thread Artem Ervits
Try this https://github.com/dbist/workshops/tree/master/hive/JSON On Jan 14, 2016 12:59 PM, "sri sowj" wrote: > Hi All, > > I am trying to execute hive commands on json file using > jsonserde's,but I am always getting null values ,but not actual data. > I have used serde's provided in > "code.goo

simple jason file analysing in Hive-0.14 using serde

2016-01-14 Thread sri sowj
Hi All, I am trying to execute hive commands on json file using jsonserde's,but I am always getting null values ,but not actual data. I have used serde's provided in "code.google.com/p/hive-json-serde/downloads/list" link. I have tried multiple ways but all of the attempts were not successful. Ple