- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Read hive table from spark
Created on
‎01-17-2023
11:20 PM
- last edited on
‎01-18-2023
01:23 AM
by
VidyaSargur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hive is present on different cluster and spark(Stand Alone) is installed on different machine.
In spark machine hadoop is not installed so, no direct access to hdfs.
In this scenario how can i connect to hive using spark. What are the available ways?
Created ‎01-18-2023 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @Nikhil44
First of all, Cloudera will not support Standalone Spark installation.
To access any hive table, we need a hive-site.xml and Hadoop-related configuration files like (core-site.xml, hdfs-site.xml and yarn-site.xml)
