欢迎投稿

今日深度:

Hive问题,

Hive问题,


#

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
  <property>
    <name>javax.jdo.option.ConnectionURL</name>
    <value>jdbc:mysql://localhost:3306/hive?createDatabaseIfNotExist=true&amp;useSSL=false</value>
    <description>JDBC connect string for a JDBC metastore</description>
  </property>

  <property>
    <name>javax.jdo.option.ConnectionDriverName</name>
    <value>com.mysql.jdbc.Driver</value>
    <description>Driver class name for a JDBC metastore</description>
  </property>

  <property>
    <name>javax.jdo.option.ConnectionUserName</name>
    <value>root</value><!--注意这里是登录mysql服务器的用户而非密码-->
    <description>username to use against metastore database</description>
  </property>

  <property>
    <name>javax.jdo.option.ConnectionPassword</name>
    <value>929751shen</value>
    <description>password to use against metastore database</description>
  </property>
</configuration>

www.htsjk.Com true http://www.htsjk.com/hive/39216.html NewsArticle Hive问题, # ?xml version="1.0" encoding="UTF-8" standalone="no"? ?xml-stylesheet type="text/xsl" href="configuration.xsl"? configuration property name javax.jdo.option.ConnectionURL / name value jdbc:mysql://localhost:3306/hive?createDa...
相关文章
    暂无相关文章
评论暂时关闭