You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/05/15 05:42:55 UTC

svn commit: r1594764 - /hbase/trunk/hbase-common/src/main/resources/hbase-default.xml

Author: stack
Date: Thu May 15 03:42:54 2014
New Revision: 1594764

URL: http://svn.apache.org/r1594764
Log:
HBASE-11177 'hbase.rest.filter.classes' exists in hbase-default.xml twice (Misty Stanley-Jones)

Modified:
    hbase/trunk/hbase-common/src/main/resources/hbase-default.xml

Modified: hbase/trunk/hbase-common/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-common/src/main/resources/hbase-default.xml?rev=1594764&r1=1594763&r2=1594764&view=diff
==============================================================================
--- hbase/trunk/hbase-common/src/main/resources/hbase-default.xml (original)
+++ hbase/trunk/hbase-common/src/main/resources/hbase-default.xml Thu May 15 03:42:54 2014
@@ -1130,13 +1130,6 @@ possible configurations would overwhelm 
     </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>
     <description>