gluster_fs_properties.js 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. */
  18. module.exports = [
  19. /**********************************************GLUSTERFS***************************************/
  20. {
  21. "name": "fs.glusterfs.impl",
  22. "filename": "core-site.xml",
  23. "serviceName": "GLUSTERFS",
  24. "category": "General"
  25. },
  26. {
  27. "name": "fs.AbstractFileSystem.glusterfs.impl",
  28. "filename": "core-site.xml",
  29. "serviceName": "GLUSTERFS",
  30. "category": "General"
  31. },
  32. {
  33. "name": "hadoop_heapsize",
  34. "serviceName": "GLUSTERFS",
  35. "filename": "hadoop-env.xml",
  36. "category": "General Hadoop",
  37. "index": 1
  38. },
  39. {
  40. "name": "hdfs_log_dir_prefix",
  41. "serviceName": "GLUSTERFS",
  42. "filename": "hadoop-env.xml",
  43. "category": "General Hadoop"
  44. },
  45. {
  46. "name": "hadoop_pid_dir_prefix",
  47. "serviceName": "GLUSTERFS",
  48. "filename": "hadoop-env.xml",
  49. "category": "General Hadoop"
  50. },
  51. {
  52. "name": "namenode_heapsize",
  53. "serviceName": "GLUSTERFS",
  54. "filename": "hadoop-env.xml",
  55. "category": "General Hadoop"
  56. },
  57. {
  58. "name": "namenode_opt_newsize",
  59. "serviceName": "GLUSTERFS",
  60. "filename": "hadoop-env.xml",
  61. "category": "General Hadoop"
  62. },
  63. {
  64. "name": "namenode_opt_maxnewsize",
  65. "serviceName": "GLUSTERFS",
  66. "filename": "hadoop-env.xml",
  67. "category": "General Hadoop"
  68. },
  69. {
  70. "name": "namenode_opt_permsize",
  71. "serviceName": "GLUSTERFS",
  72. "filename": "hadoop-env.xml",
  73. "category": "General Hadoop"
  74. },
  75. {
  76. "name": "namenode_opt_maxpermsize",
  77. "serviceName": "GLUSTERFS",
  78. "filename": "hadoop-env.xml",
  79. "category": "General Hadoop"
  80. },
  81. {
  82. "name": "dtnode_heapsize",
  83. "serviceName": "GLUSTERFS",
  84. "filename": "hadoop-env.xml",
  85. "category": "General Hadoop"
  86. },
  87. {
  88. "name": "glusterfs_user",
  89. "serviceName": "GLUSTERFS",
  90. "filename": "hadoop-env.xml",
  91. "category": "General Hadoop"
  92. }
  93. ];