HIVE.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name" : "HIVE",
  3. "version" : "0.9.0.1-1",
  4. "user" : "root",
  5. "comment" : "This is comment for HIVE service",
  6. "properties" : [ {
  7. "name" : "hive.metastore.local",
  8. "value" : "false",
  9. "description" : "controls whether to connect to remove metastore server or\n open a new metastore server in Hive Client JVM",
  10. "filename" : "hive-site.xml"
  11. }, {
  12. "name" : "javax.jdo.option.ConnectionDriverName",
  13. "value" : "com.mysql.jdbc.Driver",
  14. "description" : "Driver class name for a JDBC metastore",
  15. "filename" : "hive-site.xml"
  16. }, {
  17. "name" : "hive.metastore.warehouse.dir",
  18. "value" : "/apps/hive/warehouse",
  19. "description" : "location of default database for the warehouse",
  20. "filename" : "hive-site.xml"
  21. }, {
  22. "name" : "hive.metastore.cache.pinobjtypes",
  23. "value" : "Table,Database,Type,FieldSchema,Order",
  24. "description" : "List of comma separated metastore object types that should be pinned in the cache",
  25. "filename" : "hive-site.xml"
  26. }, {
  27. "name" : "hadoop.clientside.fs.operations",
  28. "value" : "true",
  29. "description" : "FS operations are owned by client",
  30. "filename" : "hive-site.xml"
  31. }, {
  32. "name" : "hive.metastore.client.socket.timeout",
  33. "value" : "60",
  34. "description" : "MetaStore Client socket timeout in seconds",
  35. "filename" : "hive-site.xml"
  36. }, {
  37. "name" : "hive.metastore.execute.setugi",
  38. "value" : "true",
  39. "description" : "In unsecure mode, setting this property to true will cause the metastore to execute DFS operations using the client's reported user and group permissions. Note that this property must be set on both the client and server sides. Further note that its best effort. If client sets its to true and server sets it to false, client setting will be ignored.",
  40. "filename" : "hive-site.xml"
  41. }, {
  42. "name" : "hive.security.authorization.enabled",
  43. "value" : "true",
  44. "description" : "enable or disable the hive client authorization",
  45. "filename" : "hive-site.xml"
  46. }, {
  47. "name" : "hive.security.authorization.manager",
  48. "value" : "org.apache.hcatalog.security.HdfsAuthorizationProvider",
  49. "description" : "the hive client authorization manager class name.\n The user defined authorization class should implement interface org.apache.hadoop.hive.ql.security.authorization.HiveAuthorizationProvider. ",
  50. "filename" : "hive-site.xml"
  51. } ],
  52. "components" : [ {
  53. "name" : "HIVE_SERVER",
  54. "category" : "MASTER",
  55. "client" : false,
  56. "master" : true
  57. }, {
  58. "name" : "MYSQL_SERVER",
  59. "category" : "MASTER",
  60. "client" : false,
  61. "master" : true
  62. }, {
  63. "name" : "HIVE_CLIENT",
  64. "category" : "CLIENT",
  65. "client" : true,
  66. "master" : false
  67. } ],
  68. "clientOnlyService" : false,
  69. "clientComponent" : {
  70. "name" : "HIVE_CLIENT",
  71. "category" : "CLIENT",
  72. "client" : true,
  73. "master" : false
  74. }
  75. }