javax.jdo.option.ConnectionURL jdbc:postgresql://3y_ip:5432/metastore?createDatabaseIfNotExist=true JDBC connect string for a JDBC metastore javax.jdo.option.ConnectionDriverName org.postgresql.Driver Driver class name for a JDBC metastore javax.jdo.option.ConnectionUserName hive username to use against metastore database javax.jdo.option.ConnectionPassword hive password to use against metastore database hive.metastore.uris thrift://3y_ip:9083 Thrift URI for the remote metastore. Used by metastore client to connect to remote metastore. datanucleus.schema.autoCreateAll true hive.server2.logging.operation.log.location /root/sd/apache-hive-2.3.4-bin/tmp/operation_logs Top level directory where operation logs are stored if logging functionality is enabled hive.exec.scratchdir /root/sd/apache-hive-2.3.4-bin/tmp/hive 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}. hive.exec.local.scratchdir /root/sd/apache-hive-2.3.4-bin/tmp/hive/local Local scratch space for Hive jobs hive.downloaded.resources.dir /root/sd/apache-hive-2.3.4-bin/tmp/hive/resources Temporary local directory for added resources in the remote file system.