You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
|
|
|
|
<configuration>
|
|
<property>
|
|
<name>javax.jdo.option.ConnectionURL</name>
|
|
<value>jdbc:postgresql://hive_ip:5432/metastore?createDatabaseIfNotExist=true</value>
|
|
<description>JDBC connect string for a JDBC metastore</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>javax.jdo.option.ConnectionDriverName</name>
|
|
<value>org.postgresql.Driver</value>
|
|
<description>Driver class name for a JDBC metastore</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>javax.jdo.option.ConnectionUserName</name>
|
|
<value>hive</value>
|
|
<description>username to use against metastore database</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>javax.jdo.option.ConnectionPassword</name>
|
|
<value>hive</value>
|
|
<description>password to use against metastore database</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>hive.metastore.uris</name>
|
|
<value>thrift://hive_ip:9083</value>
|
|
<description>Thrift URI for the remote metastore. Used by metastore client to connect to remote metastore.
|
|
</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>datanucleus.schema.autoCreateAll</name>
|
|
<value>true</value>
|
|
</property>
|
|
|
|
</configuration> |