Re: Accessing Hive Tables in Spark

2018-04-12 Thread Liang-Chi Hsieh
e, > > I was accessing Hive Tables in Spark SQL using Scala submitted by > spark-submit command. > When I ran in cluster mode then got error like : Table not found > But the same is working while submitted as client mode. > Please help me to understand why? > > Distribution

Re: Accessing Hive Tables in Spark

2018-04-10 Thread Dr. Kent Yao
Applying this fix https://github.com/apache/spark/pull/19663 Or Using --files or --jars /local/path/to/hive-site.xml may works Thanks, Kent -- Sent from: http://apache-spark-developers-list.1001551.n3.nabble.com/ - To unsubs

Re: Accessing Hive Tables in Spark

2018-04-09 Thread Marco Gaido
Tushar Singhal, wrote: > Hi Everyone, > > I was accessing Hive Tables in Spark SQL using Scala submitted by > spark-submit command. > When I ran in cluster mode then got error like : Table not found > But the same is working while submitted as client mode. > Please help

Accessing Hive Tables in Spark

2018-04-09 Thread Tushar Singhal
Hi Everyone, I was accessing Hive Tables in Spark SQL using Scala submitted by spark-submit command. When I ran in cluster mode then got error like : Table not found But the same is working while submitted as client mode. Please help me to understand why? Distribution : Hortonworks Thanks in