Guest User

Untitled

a guest
May 25th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #Properties for Catalog Generation
  2. ##################################
  3. nodes_file=machines.txt
  4. relations_unchunked=grep, EntireRankings
  5. relations_chunked=Rankings, UserVisits
  6. catalog_file=HadoopDB.xml
  7. ##
  8. #DB Connection Parameters
  9. ##
  10. port=3306
  11. username=root
  12. password=password
  13. driver=com.mysql.jdbc.Driver
  14. url_prefix=jdbc\:mysql\://
  15. ##
  16. #Chunking properties
  17. ##
  18. chunks_per_node=0
  19. unchunked_db_prefix=grep
  20. chunked_db_prefix=cdb
  21. ##
  22. #Replication Properties
  23. ##
  24. dump_script_prefix=/root/dump_
  25. replication_script_prefix=/root/load_replica_
  26. dump_file_u_prefix=/mnt/dump_udb
  27. dump_file_c_prefix=/mnt/dump_cdb
  28. ##
  29. #Cluster Connection
  30. ##
  31. ssh_key=id_rsa-gsg-keypair
Add Comment
Please, Sign In to add comment