HBASE-15528 Clean up outdated entries in hbase-default.xml

Signed-off-by: Enis Soztutar <enis@apache.org>
This commit is contained in:
Junegunn Choi 2016-03-25 17:23:04 +09:00 committed by Enis Soztutar
parent 6abe1879dd
commit 0e37063345
2 changed files with 3 additions and 119 deletions

View File

@ -154,12 +154,6 @@ possible configurations would overwhelm and obscure the important.
default log cleaners in the list as they will be overwritten in
hbase-site.xml.</description>
</property>
<property>
<name>hbase.master.catalog.timeout</name>
<value>600000</value>
<description>Timeout value for the Catalog Janitor from the master to
META.</description>
</property>
<property>
<name>hbase.master.infoserver.redirect</name>
<value>true</value>
@ -310,11 +304,6 @@ possible configurations would overwhelm and obscure the important.
Maximum amount of time an edit lives in memory before being automatically flushed.
Default 1 hour. Set it to 0 to disable automatic flushing.</description>
</property>
<property>
<name>hbase.regionserver.catalog.timeout</name>
<value>600000</value>
<description>Timeout value for the Catalog Janitor from the regionserver to META.</description>
</property>
<property>
<name>hbase.regionserver.dns.interface</name>
<value>default</value>
@ -372,14 +361,6 @@ possible configurations would overwhelm and obscure the important.
By default, all of HBase's ZooKeeper file paths are configured with a
relative path, so they will all go under this directory unless changed.</description>
</property>
<property>
<name>zookeeper.znode.rootserver</name>
<value>root-region-server</value>
<description>Path to ZNode holding root region location. This is written by
the master and read by clients and region servers. If a relative path is
given, the parent folder will be ${zookeeper.znode.parent}. By default,
this means the root location is stored at /hbase/root-region-server.</description>
</property>
<property>
<name>zookeeper.znode.acl.parent</name>
<value>acl</value>
@ -876,7 +857,7 @@ possible configurations would overwhelm and obscure the important.
megabytes of BucketCache. Default: 0.0</description>
</property>
<property>
<name>hbase.bucketcache.sizes</name>
<name>hbase.bucketcache.bucket.sizes</name>
<value></value>
<description>A comma-separated list of sizes for buckets for the bucketcache.
Can be multiple sizes. List block sizes in order from smallest to largest.
@ -1192,15 +1173,6 @@ possible configurations would overwhelm and obscure the important.
when the queue overflows, new threads are added, up to
hbase.thrift.maxQueuedRequests threads.</description>
</property>
<property>
<name>hbase.thrift.htablepool.size.max</name>
<value>1000</value>
<description>The upper bound for the table pool used in the Thrift gateways server.
Since this is per table name, we assume a single table and so with 1000 default
worker threads max this is set to a matching number. For other workloads this number
can be adjusted as needed.
</description>
</property>
<property>
<name>hbase.regionserver.thrift.framed</name>
<value>false</value>
@ -1239,21 +1211,6 @@ possible configurations would overwhelm and obscure the important.
<description>File permissions that should be used to write data
files when hbase.data.umask.enable is true</description>
</property>
<property>
<name>hbase.metrics.showTableName</name>
<value>true</value>
<description>Whether to include the prefix "tbl.tablename" in per-column family metrics.
If true, for each metric M, per-cf metrics will be reported for tbl.T.cf.CF.M, if false,
per-cf metrics will be aggregated by column-family across tables, and reported for cf.CF.M.
In both cases, the aggregated metric M across tables and cfs will be reported.</description>
</property>
<property>
<name>hbase.metrics.exposeOperationTimes</name>
<value>true</value>
<description>Whether to report metrics about time taken performing an
operation on the region server. Get, Put, Delete, Increment, and Append can all
have their times exposed through Hadoop metrics per CF and per region.</description>
</property>
<property>
<name>hbase.snapshot.enabled</name>
<value>true</value>

View File

@ -173,17 +173,6 @@ A comma-separated list of BaseHFileCleanerDelegate invoked by
`org.apache.hadoop.hbase.master.cleaner.TimeToLiveHFileCleaner`
[[hbase.master.catalog.timeout]]
*`hbase.master.catalog.timeout`*::
+
.Description
Timeout value for the Catalog Janitor from the master to
META.
+
.Default
`600000`
[[hbase.master.infoserver.redirect]]
*`hbase.master.infoserver.redirect`*::
+
@ -442,16 +431,6 @@ Maximum size of all memstores in a region server before flushes are forced.
`3600000`
[[hbase.regionserver.catalog.timeout]]
*`hbase.regionserver.catalog.timeout`*::
+
.Description
Timeout value for the Catalog Janitor from the regionserver to META.
+
.Default
`600000`
[[hbase.regionserver.dns.interface]]
*`hbase.regionserver.dns.interface`*::
+
@ -522,19 +501,6 @@ Root ZNode for HBase in ZooKeeper. All of HBase's ZooKeeper
`/hbase`
[[zookeeper.znode.rootserver]]
*`zookeeper.znode.rootserver`*::
+
.Description
Path to ZNode holding root region location. This is written by
the master and read by clients and region servers. If a relative path is
given, the parent folder will be ${zookeeper.znode.parent}. By default,
this means the root location is stored at /hbase/root-region-server.
+
.Default
`root-region-server`
[[zookeeper.znode.acl.parent]]
*`zookeeper.znode.acl.parent`*::
+
@ -1280,8 +1246,8 @@ Used along with bucket cache, this is a float that EITHER represents a percentag
`0` when specified as a float
[[hbase.bucketcache.sizes]]
*`hbase.bucketcache.sizes`*::
[[hbase.bucketcache.bucket.sizes]]
*`hbase.bucketcache.bucket.sizes`*::
+
.Description
A comma-separated list of sizes for buckets for the bucketcache
@ -1691,20 +1657,6 @@ The maximum number of pending Thrift connections waiting in the queue. If
`1000`
[[hbase.thrift.htablepool.size.max]]
*`hbase.thrift.htablepool.size.max`*::
+
.Description
The upper bound for the table pool used in the Thrift gateways server.
Since this is per table name, we assume a single table and so with 1000 default
worker threads max this is set to a matching number. For other workloads this number
can be adjusted as needed.
+
.Default
`1000`
[[hbase.regionserver.thrift.framed]]
*`hbase.regionserver.thrift.framed`*::
+
@ -1761,31 +1713,6 @@ File permissions that should be used to write data
`000`
[[hbase.metrics.showTableName]]
*`hbase.metrics.showTableName`*::
+
.Description
Whether to include the prefix "tbl.tablename" in per-column family metrics.
If true, for each metric M, per-cf metrics will be reported for tbl.T.cf.CF.M, if false,
per-cf metrics will be aggregated by column-family across tables, and reported for cf.CF.M.
In both cases, the aggregated metric M across tables and cfs will be reported.
+
.Default
`true`
[[hbase.metrics.exposeOperationTimes]]
*`hbase.metrics.exposeOperationTimes`*::
+
.Description
Whether to report metrics about time taken performing an
operation on the region server. Get, Put, Delete, Increment, and Append can all
have their times exposed through Hadoop metrics per CF and per region.
+
.Default
`true`
[[hbase.snapshot.enabled]]
*`hbase.snapshot.enabled`*::
+