Repository: hadoop Updated Branches: refs/heads/trunk aa5d9256f -> 6b7673e3c
HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji Kikushima via aw) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6b7673e3 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6b7673e3 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6b7673e3 Branch: refs/heads/trunk Commit: 6b7673e3cd7d36a6b9f8882442f73670cd03c687 Parents: aa5d925 Author: Allen Wittenauer <[email protected]> Authored: Fri Sep 26 14:56:59 2014 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Sep 26 14:56:59 2014 -0700 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/apt/FileSystemShell.apt.vm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b7673e3/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index dc356b2..7257ba1 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -879,6 +879,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11048. user/custom LogManager fails to load if the client classloader is enabled (Sangjin Lee via jlowe) + HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji + Kikushima via aw) + Release 2.5.1 - 2014-09-05 INCOMPATIBLE CHANGES http://git-wip-us.apache.org/repos/asf/hadoop/blob/6b7673e3/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm b/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm index 9317c66..abc4643 100644 --- a/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm +++ b/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm @@ -370,7 +370,7 @@ mkdir moveFromLocal - Usage: <<<dfs -moveFromLocal <localsrc> <dst> >>> + Usage: <<<hdfs dfs -moveFromLocal <localsrc> <dst> >>> Similar to put command, except that the source localsrc is deleted after it's copied. @@ -617,7 +617,7 @@ touchz Example: - * <<<hadoop -touchz pathname>>> + * <<<hdfs dfs -touchz pathname>>> Exit Code: Returns 0 on success and -1 on error.
