hbase-site.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <configuration>
  2. <property>
  3. <name>dfs.domain.socket.path</name>
  4. <value>/var/lib/hadoop-hdfs/dn_socket</value>
  5. </property>
  6. <property>
  7. <name>hbase.bulkload.staging.dir</name>
  8. <value>/apps/hbase/staging</value>
  9. </property>
  10. <property>
  11. <name>hbase.client.keyvalue.maxsize</name>
  12. <value>1048576</value>
  13. </property>
  14. <property>
  15. <name>hbase.client.retries.number</name>
  16. <value>35</value>
  17. </property>
  18. <property>
  19. <name>hbase.client.scanner.caching</name>
  20. <value>100</value>
  21. </property>
  22. <property>
  23. <name>hbase.cluster.distributed</name>
  24. <value>true</value>
  25. </property>
  26. <property>
  27. <name>hbase.coprocessor.master.classes</name>
  28. <value>org.apache.hadoop.hbase.security.access.AccessController</value>
  29. </property>
  30. <property>
  31. <name>hbase.coprocessor.region.classes</name>
  32. <value>org.apache.hadoop.hbase.security.access.AccessController,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint</value>
  33. </property>
  34. <property>
  35. <name>hbase.coprocessor.regionserver.classes</name>
  36. <value>org.apache.hadoop.hbase.security.access.AccessController</value>
  37. </property>
  38. <property>
  39. <name>hbase.defaults.for.version.skip</name>
  40. <value>true</value>
  41. </property>
  42. <property>
  43. <name>hbase.hregion.majorcompaction</name>
  44. <value>604800000</value>
  45. </property>
  46. <property>
  47. <name>hbase.hregion.majorcompaction.jitter</name>
  48. <value>0.50</value>
  49. </property>
  50. <property>
  51. <name>hbase.hregion.max.filesize</name>
  52. <value>10737418240</value>
  53. </property>
  54. <property>
  55. <name>hbase.hregion.memstore.block.multiplier</name>
  56. <value>4</value>
  57. </property>
  58. <property>
  59. <name>hbase.hregion.memstore.flush.size</name>
  60. <value>134217728</value>
  61. </property>
  62. <property>
  63. <name>hbase.hregion.memstore.mslab.enabled</name>
  64. <value>true</value>
  65. </property>
  66. <property>
  67. <name>hbase.hstore.blockingStoreFiles</name>
  68. <value>10</value>
  69. </property>
  70. <property>
  71. <name>hbase.hstore.compaction.max</name>
  72. <value>10</value>
  73. </property>
  74. <property>
  75. <name>hbase.hstore.compactionThreshold</name>
  76. <value>3</value>
  77. </property>
  78. <property>
  79. <name>hbase.local.dir</name>
  80. <value>${hbase.tmp.dir}/local</value>
  81. </property>
  82. <property>
  83. <name>hbase.master.info.bindAddress</name>
  84. <value>0.0.0.0</value>
  85. </property>
  86. <property>
  87. <name>hbase.master.info.port</name>
  88. <value>16010</value>
  89. </property>
  90. <property>
  91. <name>hbase.master.port</name>
  92. <value>16000</value>
  93. </property>
  94. <property>
  95. <name>hbase.regionserver.global.memstore.size</name>
  96. <value>0.4</value>
  97. </property>
  98. <property>
  99. <name>hbase.regionserver.handler.count</name>
  100. <value>30</value>
  101. </property>
  102. <property>
  103. <name>hbase.regionserver.info.port</name>
  104. <value>16030</value>
  105. </property>
  106. <property>
  107. <name>hbase.regionserver.port</name>
  108. <value>16020</value>
  109. </property>
  110. <property>
  111. <name>hbase.regionserver.thrift.http</name>
  112. <value>true</value>
  113. </property>
  114. <property>
  115. <name>hbase.regionserver.wal.codec</name>
  116. <value>org.apache.hadoop.hbase.regionserver.wal.WALCellCodec</value>
  117. </property>
  118. <property>
  119. <name>hbase.replication</name>
  120. <value>true</value>
  121. </property>
  122. <property>
  123. <name>hbase.rootdir</name>
  124. <value>hdfs://dev/apps/hbase/data</value>
  125. </property>
  126. <property>
  127. <name>hbase.rpc.protection</name>
  128. <value>authentication</value>
  129. </property>
  130. <property>
  131. <name>hbase.rpc.timeout</name>
  132. <value>90000</value>
  133. </property>
  134. <property>
  135. <name>hbase.security.authentication</name>
  136. <value>simple</value>
  137. </property>
  138. <property>
  139. <name>hbase.security.authorization</name>
  140. <value>true</value>
  141. </property>
  142. <property>
  143. <name>hbase.superuser</name>
  144. <value>hbase</value>
  145. </property>
  146. <property>
  147. <name>hbase.thrift.support.proxyuser</name>
  148. <value>true</value>
  149. </property>
  150. <property>
  151. <name>hbase.tmp.dir</name>
  152. <value>/hadoop/hbase</value>
  153. </property>
  154. <property>
  155. <name>hbase.zookeeper.property.clientPort</name>
  156. <value>2181</value>
  157. </property>
  158. <property>
  159. <name>hbase.zookeeper.quorum</name>
  160. <value>node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com</value>
  161. </property>
  162. <property>
  163. <name>hbase.zookeeper.useMulti</name>
  164. <value>true</value>
  165. </property>
  166. <property>
  167. <name>hfile.block.cache.size</name>
  168. <value>0.40</value>
  169. </property>
  170. <property>
  171. <name>phoenix.query.timeoutMs</name>
  172. <value>60000</value>
  173. </property>
  174. <property>
  175. <name>replication.replicationsource.implementation</name>
  176. <value>com.ngdata.sep.impl.SepReplicationSource</value>
  177. </property>
  178. <property>
  179. <name>replication.source.nb.capacity</name>
  180. <value>1000</value>
  181. </property>
  182. <property>
  183. <name>replication.source.ratio</name>
  184. <value>1</value>
  185. </property>
  186. <property>
  187. <name>zookeeper.session.timeout</name>
  188. <value>90000</value>
  189. </property>
  190. <property>
  191. <name>zookeeper.znode.parent</name>
  192. <value>/hbase-unsecure</value>
  193. </property>
  194. </configuration>