Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. {
  2. "Classification": "hive-site",
  3. "Properties": {
  4. "javax.jdo.option.ConnectionURL": "jdbc:mysql://hostname:3306/hive?createDatabaseIfNotExist=true",
  5. "javax.jdo.option.ConnectionDriverName": "org.mariadb.jdbc.Driver",
  6. "javax.jdo.option.ConnectionUserName": "username",
  7. "javax.jdo.option.ConnectionPassword": "password"
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement