HBASE-11177 'hbase.rest.filter.classes' exists in hbase-default.xml twice (Misty Stanley-Jones)
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1594764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
54834e87a8
commit
6f20f13261
|
@ -1129,13 +1129,6 @@ possible configurations would overwhelm and obscure the important.
|
|||
Servlet filters for REST service.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.rest.filter.classes</name>
|
||||
<value>org.apache.hadoop.hbase.rest.filter.GzipFilter</value>
|
||||
<description>
|
||||
Servlet filters for REST service.
|
||||
</description>
|
||||
</property>
|
||||
<property>
|
||||
<name>hbase.master.loadbalancer.class</name>
|
||||
<value>org.apache.hadoop.hbase.master.balancer.StochasticLoadBalancer</value>
|
||||
|
|
Loading…
Reference in New Issue