Skip to content

Commit

Permalink
HDFS-15845. RBF: Router fails to start due to NoClassDefFoundError fo…
Browse files Browse the repository at this point in the history
…r hadoop-federation-balance. (apache#2714)
  • Loading branch information
tasanuma authored and Kiran Kumar Maturi committed Nov 24, 2021
1 parent 24be512 commit f7defe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hadoop-hdfs-project/hadoop-hdfs/src/main/bin/hdfs
Expand Up @@ -112,6 +112,7 @@ function hdfscmd_case
HADOOP_CLASSNAME=org.apache.hadoop.hdfs.tools.DFSAdmin
;;
dfsrouter)
hadoop_add_to_classpath_tools hadoop-federation-balance
HADOOP_SUBCMD_SUPPORTDAEMONIZATION="true"
HADOOP_CLASSNAME='org.apache.hadoop.hdfs.server.federation.router.DFSRouter'
;;
Expand Down

0 comments on commit f7defe8

Please sign in to comment.