HBASE-3586 Improve the selection of regions to balance

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1079062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2011-03-08 01:04:05 +00:00
parent 18999eca06
commit d4cbacf40c
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ import org.apache.hadoop.hbase.HServerInfo;
import org.apache.hadoop.hbase.HTableDescriptor;
import org.apache.hadoop.hbase.master.LoadBalancer.RegionPlan;
import org.apache.hadoop.hbase.util.Bytes;
import org.apache.tools.ant.taskdefs.PathConvert.MapEntry;
import org.junit.BeforeClass;
import org.junit.Test;