Guest User

Untitled

a guest
Oct 27th, 2017
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <workflow-app name="test-hive" xmlns="uri:oozie:workflow:0.5">
  2. <global>
  3. <configuration>
  4. <property>
  5. <name>mapreduce.job.queuename</name>
  6. <value>default</value>
  7. </property>
  8. </configuration>
  9. </global>
  10. <credentials>
  11. <credential name="hive2" type="hive2">
  12. <property>
  13. <name>hive2.jdbc.url</name>
  14. <value>jdbc:hive2://myhive2server.com:10000/default</value>
  15. </property>
  16. <property>
  17. <name>hive2.server.principal</name>
  18. <value>hive/myhive2server.com@MYREALM.ORG</value>
  19. </property>
  20. </credential>
  21. </credentials>
  22. </workflow-app>
  23.  
  24. <property>
  25. <name>javax.jdo.option.ConnectionURL</name>
  26. <value>jdbc:mysql://127.0.0.1/metastore?createDatabaseIfNotExist=true</value>
  27. <description>JDBC connect string for a JDBC metastore</description>
  28. </property>
Add Comment
Please, Sign In to add comment