HADOOP-13717. Normalize daemonization behavior of the diskbalancer with balancer and mover.
This commit is contained in:
parent
0cd22d6669
commit
bd7f5911c7
|
@ -116,6 +116,7 @@ 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)
|
||||
|
|
Loading…
Reference in New Issue