|
@@ -17,9 +17,9 @@
|
|
|
*/
|
|
|
package org.apache.hadoop.hdfs.server.balancer;
|
|
|
|
|
|
+import static org.apache.hadoop.fs.StorageType.DEFAULT;
|
|
|
+import static org.apache.hadoop.fs.StorageType.RAM_DISK;
|
|
|
import static org.apache.hadoop.hdfs.DFSConfigKeys.*;
|
|
|
-import static org.apache.hadoop.hdfs.StorageType.DEFAULT;
|
|
|
-import static org.apache.hadoop.hdfs.StorageType.RAM_DISK;
|
|
|
import static org.junit.Assert.assertEquals;
|
|
|
import static org.junit.Assert.assertTrue;
|
|
|
import static org.junit.Assert.fail;
|
|
@@ -46,6 +46,7 @@ import org.apache.commons.logging.impl.Log4JLogger;
|
|
|
import org.apache.hadoop.conf.Configuration;
|
|
|
import org.apache.hadoop.fs.FileSystem;
|
|
|
import org.apache.hadoop.fs.Path;
|
|
|
+import org.apache.hadoop.fs.StorageType;
|
|
|
import org.apache.hadoop.hdfs.DFSClient;
|
|
|
import org.apache.hadoop.hdfs.DFSConfigKeys;
|
|
|
import org.apache.hadoop.hdfs.DFSTestUtil;
|
|
@@ -54,7 +55,6 @@ import org.apache.hadoop.hdfs.DistributedFileSystem;
|
|
|
import org.apache.hadoop.hdfs.HdfsConfiguration;
|
|
|
import org.apache.hadoop.hdfs.MiniDFSCluster;
|
|
|
import org.apache.hadoop.hdfs.NameNodeProxies;
|
|
|
-import org.apache.hadoop.hdfs.StorageType;
|
|
|
import org.apache.hadoop.hdfs.protocol.*;
|
|
|
import org.apache.hadoop.hdfs.protocol.HdfsConstants.DatanodeReportType;
|
|
|
import org.apache.hadoop.hdfs.server.balancer.Balancer.Cli;
|