Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 26, 2021 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/1ac5b6643e2c6e1638f7958131696204 to your computer and use it in GitHub Desktop.
Save 1ambda/1ac5b6643e2c6e1638f7958131696204 to your computer and use it in GitHub Desktop.
# spark/conf/hive-site.xml
# Remote Hive Metastore 연결을 위한 Spark 설정
<configuration>
<property>
<name>hive.metastore.uris</name>
<value>thrift://hive-metastore-prod.udon.io:9083</value>
<description>JDBC connect string for a JDBC metastore</description>
</property>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment