Re: creating data warehouse with Spark and running query with Hive

2015-08-27 Thread Akhil Das
Can you paste the stacks-trace? Is it complaining about directory already exists? Thanks Best Regards On Thu, Aug 20, 2015 at 11:23 AM, Jeetendra Gangele wrote: > HI All, > > I have a data in HDFS partition with Year/month/data/event_type. And I am > creating a hive tables with this data, this

creating data warehouse with Spark and running query with Hive

2015-08-19 Thread Jeetendra Gangele
HI All, I have a data in HDFS partition with Year/month/data/event_type. And I am creating a hive tables with this data, this data is in JSON so I am using json serve and creating hive tables. below is the code val jsonFile = hiveContext.read.json("hdfs://localhost:9000/housing/events_real/cate