Advertisement
Guest User

Untitled

a guest
Nov 11th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. <configuration><property>
  2. <name>javax.jdo.option.ConnectionURL</name>
  3. <value>jdbc:mysql://localhost/metastore?createDatabaseIfNotExist=true</value>
  4. <description>metadata is stored in a MySQL server</description></property> <property>
  5. <name>javax.jdo.option.ConnectionDriverName</name>
  6. <value>com.mysql.jdbc.Driver</value>
  7. <description>MySQL JDBC driver class</description></property><property>
  8. <name>javax.jdo.option.ConnectionUserName</name>
  9. <value>hiveuser</value>
  10. <description>user name for connecting to mysql server</description></property><property>
  11. <name>javax.jdo.option.ConnectionPassword</name>
  12. <value>root</value>
  13. <description>password for connecting to mysql server</description></property><property>
  14. <name>hive.metastore.warehouse.dir</name>
  15. <value>/usr/local/Cellar/hive–1.1.0/apache-hive-1.1.0-bin/spark-warehouse</value>
  16. <description>location of default database for the warehouse</description></property></configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement