Browse Source

Revert "HADOOP-13717. Normalize daemonization behavior of the diskbalancer with balancer and mover."

This reverts commit bd7f5911c726c505a654d5d30b7dc5a92dca05bd.
Andrew Wang 8 years ago
parent
commit
f2800f523d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs

+ 0 - 1
hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs

@@ -116,7 +116,6 @@ function hdfscmd_case
       HADOOP_CLASSNAME=org.apache.hadoop.hdfs.tools.DFSAdmin
     ;;
     diskbalancer)
-      HADOOP_SUBCMD_SUPPORTDAEMONIZATION="true"
       HADOOP_CLASSNAME=org.apache.hadoop.hdfs.tools.DiskBalancerCLI
     ;;
     envvars)