Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Instead of "sbin" it is mentioned as "bin" in path to access script files.
1. <http://hadoop.apache.org/docs/current/hadoop-kms/index.html>
To start/stop KMS use KMS's bin/kms.sh script. For example:
2.<http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html>
Run the new version with -upgrade option (bin/start-dfs.sh -upgrade).
3. start the cluster with rollback option. (bin/start-dfs.sh -rollback).
4.<http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/Federation.html>
/bin/hadoop-daemon.sh --config $HADOOP_CONF_DIR --script "$bin"/hdfs start balancer [-policy <policy>]
5.bin/distributed-exclude.sh <exclude_file>
6.bin/refresh-namenodes.sh
Need to check for any other occurrences and fix the same