From f2800f523d4a4f9ff9c3286f9a839d081dcb5b96 Mon Sep 17 00:00:00 2001 From: Andrew Wang Date: Wed, 2 Nov 2016 13:46:33 -0700 Subject: [PATCH] Revert "HADOOP-13717. Normalize daemonization behavior of the diskbalancer with balancer and mover." This reverts commit bd7f5911c726c505a654d5d30b7dc5a92dca05bd. --- hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs | 1 - 1 file changed, 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs b/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs index 2c590046a88..2299980d39c 100755 --- a/hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs +++ b/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)