Re: Accessing Hive Database (On Hadoop) using Spark

2018-04-15 Thread Nicolas Paris
Hi Sounds your configuration files are not well filed. What does : spark.sql("SHOW DATABASES").show(); outputs ? If you only have default database, such investigation there should help https://stackoverflow.com/questions/47257680/unable-to-get-existing-hive-tables-from-hivecontext-using-spark

Accessing Hive Database (On Hadoop) using Spark

2018-04-15 Thread Rishikesh Gawade
Hello there. I am a newbie in the world of Spark. I have been working on a Spark Project using Java. I have configured Hive and Spark to run on Hadoop. As of now i have created a Hive (derby) database on Hadoop HDFS at the given location(warehouse location): */user/hive/warehouse *and database