(Optional) Configuring Spark for Hive Access
When you install Spark using Ambari, the hive-site.xml
file is populated with
the Hive metastore location.
If you move Hive to a different server, edit the
SPARK_HOME/conf/hive-site.xml
file so that it contains only the
hive.metastore.uris
property. Make sure that the hostname
points
to the URI where the Hive Metastore is running.
Important | |
---|---|
|
<configuration> <property> <name>hive.metastore.uris</name> <!-- hostname must point to the Hive Metastore URI in your cluster --> <value>thrift://hostname:9083</value> <description>URI for client to contact metastore server</description> </property> </configuration>