123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- <configuration>
-
- <property>
- <name>dfs.domain.socket.path</name>
- <value>/var/lib/hadoop-hdfs/dn_socket</value>
- </property>
-
- <property>
- <name>hbase.bulkload.staging.dir</name>
- <value>/apps/hbase/staging</value>
- </property>
-
- <property>
- <name>hbase.client.keyvalue.maxsize</name>
- <value>1048576</value>
- </property>
-
- <property>
- <name>hbase.client.retries.number</name>
- <value>35</value>
- </property>
-
- <property>
- <name>hbase.client.scanner.caching</name>
- <value>100</value>
- </property>
-
- <property>
- <name>hbase.cluster.distributed</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hbase.coprocessor.master.classes</name>
- <value>org.apache.hadoop.hbase.security.access.AccessController</value>
- </property>
-
- <property>
- <name>hbase.coprocessor.region.classes</name>
- <value>org.apache.hadoop.hbase.security.access.AccessController,org.apache.hadoop.hbase.security.access.SecureBulkLoadEndpoint</value>
- </property>
-
- <property>
- <name>hbase.coprocessor.regionserver.classes</name>
- <value>org.apache.hadoop.hbase.security.access.AccessController</value>
- </property>
-
- <property>
- <name>hbase.defaults.for.version.skip</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hbase.hregion.majorcompaction</name>
- <value>604800000</value>
- </property>
-
- <property>
- <name>hbase.hregion.majorcompaction.jitter</name>
- <value>0.50</value>
- </property>
-
- <property>
- <name>hbase.hregion.max.filesize</name>
- <value>10737418240</value>
- </property>
-
- <property>
- <name>hbase.hregion.memstore.block.multiplier</name>
- <value>4</value>
- </property>
-
- <property>
- <name>hbase.hregion.memstore.flush.size</name>
- <value>134217728</value>
- </property>
-
- <property>
- <name>hbase.hregion.memstore.mslab.enabled</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hbase.hstore.blockingStoreFiles</name>
- <value>10</value>
- </property>
-
- <property>
- <name>hbase.hstore.compaction.max</name>
- <value>10</value>
- </property>
-
- <property>
- <name>hbase.hstore.compactionThreshold</name>
- <value>3</value>
- </property>
-
- <property>
- <name>hbase.local.dir</name>
- <value>${hbase.tmp.dir}/local</value>
- </property>
-
- <property>
- <name>hbase.master.info.bindAddress</name>
- <value>0.0.0.0</value>
- </property>
-
- <property>
- <name>hbase.master.info.port</name>
- <value>16010</value>
- </property>
-
- <property>
- <name>hbase.master.port</name>
- <value>16000</value>
- </property>
-
- <property>
- <name>hbase.regionserver.global.memstore.size</name>
- <value>0.4</value>
- </property>
-
- <property>
- <name>hbase.regionserver.handler.count</name>
- <value>30</value>
- </property>
-
- <property>
- <name>hbase.regionserver.info.port</name>
- <value>16030</value>
- </property>
-
- <property>
- <name>hbase.regionserver.port</name>
- <value>16020</value>
- </property>
-
- <property>
- <name>hbase.regionserver.thrift.http</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hbase.regionserver.wal.codec</name>
- <value>org.apache.hadoop.hbase.regionserver.wal.WALCellCodec</value>
- </property>
-
- <property>
- <name>hbase.replication</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hbase.rootdir</name>
- <value>hdfs://dev/apps/hbase/data</value>
- </property>
-
- <property>
- <name>hbase.rpc.protection</name>
- <value>authentication</value>
- </property>
-
- <property>
- <name>hbase.rpc.timeout</name>
- <value>90000</value>
- </property>
-
- <property>
- <name>hbase.security.authentication</name>
- <value>simple</value>
- </property>
-
- <property>
- <name>hbase.security.authorization</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hbase.superuser</name>
- <value>hbase</value>
- </property>
-
- <property>
- <name>hbase.thrift.support.proxyuser</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hbase.tmp.dir</name>
- <value>/hadoop/hbase</value>
- </property>
-
- <property>
- <name>hbase.zookeeper.property.clientPort</name>
- <value>2181</value>
- </property>
-
- <property>
- <name>hbase.zookeeper.quorum</name>
- <value>node1.hde.h3c.com,node2.hde.h3c.com,node3.hde.h3c.com</value>
- </property>
-
- <property>
- <name>hbase.zookeeper.useMulti</name>
- <value>true</value>
- </property>
-
- <property>
- <name>hfile.block.cache.size</name>
- <value>0.40</value>
- </property>
-
- <property>
- <name>phoenix.query.timeoutMs</name>
- <value>60000</value>
- </property>
-
- <property>
- <name>replication.replicationsource.implementation</name>
- <value>com.ngdata.sep.impl.SepReplicationSource</value>
- </property>
-
- <property>
- <name>replication.source.nb.capacity</name>
- <value>1000</value>
- </property>
-
- <property>
- <name>replication.source.ratio</name>
- <value>1</value>
- </property>
-
- <property>
- <name>zookeeper.session.timeout</name>
- <value>90000</value>
- </property>
-
- <property>
- <name>zookeeper.znode.parent</name>
- <value>/hbase-unsecure</value>
- </property>
-
- </configuration>
|