J.Andreina created HADOOP-11865:
-----------------------------------
Summary: Incorrect path mentioned in document for accessing script
files
Key: HADOOP-11865
URL: https://issues.apache.org/jira/browse/HADOOP-11865
Project: Hadoop Common
Issue Type: Bug
Components: documentation
Reporter: J.Andreina
Assignee: J.Andreina
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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)