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.
71 lines
2.5 KiB
71 lines
2.5 KiB
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
|
|
|
|
<configuration>
|
|
<!--指定mysql数据库连接的database-->
|
|
<property>
|
|
<name>javax.jdo.option.ConnectionURL</name>
|
|
<value>jdbc:postgresql://3y_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://3y_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>
|
|
|
|
<property>
|
|
<name>hive.server2.logging.operation.log.location</name>
|
|
<value>/root/sd/apache-hive-2.3.4-bin/tmp/operation_logs</value>
|
|
<description>Top level directory where operation logs are stored if logging functionality is enabled
|
|
</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>hive.exec.scratchdir</name>
|
|
<value>/root/sd/apache-hive-2.3.4-bin/tmp/hive</value>
|
|
<description>HDFS root scratch dir for Hive jobs which gets created with write all (733) permission. For each
|
|
connecting
|
|
user, an HDFS scratch dir: ${hive.exec.scratchdir}/<username> is created, with
|
|
${hive.scratch.dir.permission}.
|
|
</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>hive.exec.local.scratchdir</name>
|
|
<value>/root/sd/apache-hive-2.3.4-bin/tmp/hive/local</value>
|
|
<description>Local scratch space for Hive jobs</description>
|
|
</property>
|
|
|
|
<property>
|
|
<name>hive.downloaded.resources.dir</name>
|
|
<value>/root/sd/apache-hive-2.3.4-bin/tmp/hive/resources</value>
|
|
<description>Temporary local directory for added resources in the remote file system.</description>
|
|
</property>
|
|
</configuration> |