Re: Error while querying hive table from spark shell

2015-03-27 Thread ๏̯͡๏
Did you resolve this ? I am facing the same error On Wed, Feb 11, 2015 at 1:02 PM, Arush Kharbanda ar...@sigmoidanalytics.com wrote: Seems that the HDFS path for the table dosnt contains any file/data. Does the metastore contain the right path for HDFS data. You can find the HDFS path in

Error while querying hive table from spark shell

2015-02-10 Thread kundan kumar
Hi , I am getting the following error when I am trying query a hive table from spark shell. I have placed my hive-site.xml in the spark/conf directory. Please suggest how to resolve this error. scala sqlContext.sql(select count(*) from offers_new).collect().foreach(println) 15/02/11 01:48:01

Re: Error while querying hive table from spark shell

2015-02-10 Thread Arush Kharbanda
Seems that the HDFS path for the table dosnt contains any file/data. Does the metastore contain the right path for HDFS data. You can find the HDFS path in TBLS in your metastore. On Wed, Feb 11, 2015 at 12:20 PM, kundan kumar iitr.kun...@gmail.com wrote: Hi , I am getting the following