Re: Querying hive without providing schema during create table for JSON data

2015-09-10 Thread Muthu Pandi
You can use Apache Drill to query Json data without creating the schema but you cant in Hive. http://drill.apache.org/docs/querying-json-files/ *RegardsMuthupandi.K* *muthupandi.strikingly.com * Think before you print. On Thu, Sep 10, 2015 at 9:16 PM, Jeet

Re: Querying hive without providing schema during create table for JSON data

2015-09-10 Thread Jeetendra G
anybody here? can somebody guide me on this? On Thu, Sep 10, 2015 at 2:36 PM, Jeetendra G wrote: > Hi All, > > I have JSON data Can I create table without schema? and query that data, > since all my data os JSON data so I was thinking there should be some way. > > Currently I am doing something

Querying hive without providing schema during create table for JSON data

2015-09-10 Thread Jeetendra G
Hi All, I have JSON data Can I create table without schema? and query that data, since all my data os JSON data so I was thinking there should be some way. Currently I am doing something like below, but I want to remove Schema from this, because I have i ma having thousand of event type and all o