<configuration>
? <property>
? ? <name>javax.jdo.option.ConnectionURL</name>
? ? <value>jdbc:mysql://localhost:3306/hive?createDatabaseIfNotExist=true</value>
? ? <description>
? ? ? JDBC connect string for a JDBC metastore.
ql.jdbc.Driver ? ? To use SSL to encrypt/authenticate the connection, provide database-specific SSL flag in the connection URL.
? ? ? For example, jdbc:postgresql://myhost/db?ssl=true for postgres database.
? ? </description>
? </property>
? <property>
? ? <name>javax.jdo.option.ConnectionDriverName</name>
? ? <value>com.mysql.cj.jdbc.Driver</value>
? ? <description>Driver class name for a JDBC metastore,com.mysql.jdbc.Driver is depricated</description>
? </property>
? <property>
? ? <name>javax.jdo.option.ConnectionUserName</name>
? ? <value>root</value>
? ? <description>Username to use against metastore database</description>
? </property>
? <property>
? ? vps云服务器 <name>javax.jdo.option.ConnectionPassword</name>
? ? <value>root</value>
? ? <description>password to use against metastore database</description>
? </property>
</configuration>
05978647