I have installed Hadoop,Hive,Spark in Ubuntu 18 LTS. I am trying to find out how to connect the spark with hive tables. There needs to be some link between the HIVE and SPARK, for Spark to recognize the tables created in Hive and doing a computation on them.
Any help on this is highly appreciated. RIght now it says table not found when i run
spark.sql("select * from dummy.table_name")