WEBHCAT.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name" : "WEBHCAT",
  3. "version" : "0.5.0",
  4. "user" : "root",
  5. "comment" : "This is comment for WEBHCAT service",
  6. "properties" : [ {
  7. "name" : "templeton.port",
  8. "value" : "50111",
  9. "description" : "The HTTP port for the main server.",
  10. "filename" : "webhcat-site.xml"
  11. }, {
  12. "name" : "templeton.hadoop.conf.dir",
  13. "value" : "/etc/hadoop/conf",
  14. "description" : "The path to the Hadoop configuration.",
  15. "filename" : "webhcat-site.xml"
  16. }, {
  17. "name" : "templeton.jar",
  18. "value" : "/usr/lib/hcatalog/share/webhcat/svr/webhcat.jar",
  19. "description" : "The path to the Templeton jar file.",
  20. "filename" : "webhcat-site.xml"
  21. }, {
  22. "name" : "templeton.libjars",
  23. "value" : "/usr/lib/zookeeper/zookeeper.jar",
  24. "description" : "Jars to add the the classpath.",
  25. "filename" : "webhcat-site.xml"
  26. }, {
  27. "name" : "templeton.hadoop",
  28. "value" : "/usr/bin/hadoop",
  29. "description" : "The path to the Hadoop executable.",
  30. "filename" : "webhcat-site.xml"
  31. }, {
  32. "name" : "templeton.pig.archive",
  33. "value" : "hdfs:///apps/webhcat/pig.tar.gz",
  34. "description" : "The path to the Pig archive.",
  35. "filename" : "webhcat-site.xml"
  36. }, {
  37. "name" : "templeton.pig.path",
  38. "value" : "pig.tar.gz/pig/bin/pig",
  39. "description" : "The path to the Pig executable.",
  40. "filename" : "webhcat-site.xml"
  41. }, {
  42. "name" : "templeton.hcat",
  43. "value" : "/usr/bin/hcat",
  44. "description" : "The path to the hcatalog executable.",
  45. "filename" : "webhcat-site.xml"
  46. }, {
  47. "name" : "templeton.hive.archive",
  48. "value" : "hdfs:///apps/webhcat/hive.tar.gz",
  49. "description" : "The path to the Hive archive.",
  50. "filename" : "webhcat-site.xml"
  51. }, {
  52. "name" : "templeton.hive.path",
  53. "value" : "hive.tar.gz/hive/bin/hive",
  54. "description" : "The path to the Hive executable.",
  55. "filename" : "webhcat-site.xml"
  56. }, {
  57. "name" : "templeton.storage.class",
  58. "value" : "org.apache.hcatalog.templeton.tool.ZooKeeperStorage",
  59. "description" : "The class to use as storage",
  60. "filename" : "webhcat-site.xml"
  61. }, {
  62. "name" : "templeton.override.enabled",
  63. "value" : "false",
  64. "description" : "\n Enable the override path in templeton.override.jars\n ",
  65. "filename" : "webhcat-site.xml"
  66. }, {
  67. "name" : "templeton.streaming.jar",
  68. "value" : "hdfs:///apps/webhcat/hadoop-streaming.jar",
  69. "description" : "The hdfs path to the Hadoop streaming jar file.",
  70. "filename" : "webhcat-site.xml"
  71. }, {
  72. "name" : "templeton.exec.timeout",
  73. "value" : "60000",
  74. "description" : "Time out for templeton api",
  75. "filename" : "webhcat-site.xml"
  76. } ],
  77. "components" : [ {
  78. "name" : "WEBHCAT_SERVER",
  79. "category" : "MASTER",
  80. "client" : false,
  81. "master" : true
  82. } ],
  83. "clientOnlyService" : false,
  84. "clientComponent" : {
  85. "name" : "WEBHCAT_SERVER",
  86. "category" : "MASTER",
  87. "client" : false,
  88. "master" : true
  89. }
  90. }