Repository: hadoop
Updated Branches:
  refs/heads/branch-2 08743edd7 -> 8a316676b
  refs/heads/branch-2.8 ff8caccc8 -> 29699d8e7


HADOOP-12971. FileSystemShell doc should explain relative path (John Zhuge via 
sale)

(cherry picked from commit 1f2794b4faf119a1ab66c8184ac84cec710d52a0)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8a316676
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8a316676
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8a316676

Branch: refs/heads/branch-2
Commit: 8a316676b7d626d5355f0b21b844d47803e6c8fd
Parents: 08743ed
Author: Sangjin Lee <sj...@apache.org>
Authored: Fri May 13 10:01:46 2016 -0700
Committer: Sangjin Lee <sj...@apache.org>
Committed: Fri May 13 10:02:47 2016 -0700

----------------------------------------------------------------------
 .../hadoop-common/src/site/markdown/FileSystemShell.md          | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/8a316676/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md 
b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
index af97f3b..4946a13 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
@@ -27,6 +27,11 @@ Most of the commands in FS shell behave like corresponding 
Unix commands. Differ
 
 If HDFS is being used, `hdfs dfs` is a synonym.
 
+Relative paths can be used. For HDFS, the current working directory is the
+HDFS home directory `/user/<username>` that often has to be created manually.
+The HDFS home directory can also be implicitly accessed, e.g., when using the
+HDFS trash folder, the `.Trash` directory in the home directory.
+
 See the [Commands Manual](./CommandsManual.html) for generic shell options.
 
 appendToFile


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to