Author: kturner
Date: Thu May 24 21:49:24 2012
New Revision: 1342452

URL: http://svn.apache.org/viewvc?rev=1342452&view=rev
Log:
ACCUMULO-398 make table load balancer the default tablet balancer

Modified:
    
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java

Modified: 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java
URL: 
http://svn.apache.org/viewvc/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java?rev=1342452&r1=1342451&r2=1342452&view=diff
==============================================================================
--- 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
(original)
+++ 
accumulo/trunk/core/src/main/java/org/apache/accumulo/core/conf/Property.java 
Thu May 24 21:49:24 2012
@@ -56,7 +56,7 @@ public enum Property {
   // properties that are specific to master server behavior
   MASTER_PREFIX("master.", null, PropertyType.PREFIX, "Properties in this 
category affect the behavior of the master server"),
   MASTER_CLIENTPORT("master.port.client", "9999", PropertyType.PORT, "The port 
used for handling client connections on the master"),
-  MASTER_TABLET_BALANCER("master.tablet.balancer", 
"org.apache.accumulo.server.master.balancer.DefaultLoadBalancer", 
PropertyType.CLASSNAME,
+  MASTER_TABLET_BALANCER("master.tablet.balancer", 
"org.apache.accumulo.server.master.balancer.TableLoadBalancer", 
PropertyType.CLASSNAME,
       "The balancer class that accumulo will use to make tablet assignment and 
migration decisions."),
   MASTER_LOGGER_BALANCER("master.logger.balancer", 
"org.apache.accumulo.server.master.balancer.SimpleLoggerBalancer", 
PropertyType.CLASSNAME,
       "The balancer class that accumulo will use to make logger assignment 
decisions."),


Reply via email to