|
@@ -1146,7 +1146,7 @@ public class DFSConfigKeys extends CommonConfigurationKeys {
|
|
|
// Disk Balancer Keys
|
|
|
public static final String DFS_DISK_BALANCER_ENABLED =
|
|
|
"dfs.disk.balancer.enabled";
|
|
|
- public static final boolean DFS_DISK_BALANCER_ENABLED_DEFAULT = false;
|
|
|
+ public static final boolean DFS_DISK_BALANCER_ENABLED_DEFAULT = true;
|
|
|
|
|
|
public static final String DFS_DISK_BALANCER_MAX_DISK_THROUGHPUT =
|
|
|
"dfs.disk.balancer.max.disk.throughputInMBperSec";
|