You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by jl...@apache.org on 2017/03/31 15:29:54 UTC

tez git commit: TEZ-3678. The command "hadoop dfs" should be replaced by "hadoop fs" in install markdown. Contributed by Saijin Huang

Repository: tez
Updated Branches:
  refs/heads/master 750f8f71a -> e09ea2762


TEZ-3678. The command "hadoop dfs" should be replaced by "hadoop fs" in install markdown. Contributed by Saijin Huang


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

Branch: refs/heads/master
Commit: e09ea2762f5c0b0ca876d5da130a1e7a41c336c3
Parents: 750f8f7
Author: Jason Lowe <jl...@yahoo-inc.com>
Authored: Fri Mar 31 10:28:40 2017 -0500
Committer: Jason Lowe <jl...@yahoo-inc.com>
Committed: Fri Mar 31 10:28:40 2017 -0500

----------------------------------------------------------------------
 docs/src/site/markdown/install.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/e09ea276/docs/src/site/markdown/install.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/install.md b/docs/src/site/markdown/install.md
index 4130a0a..4eb52ec 100644
--- a/docs/src/site/markdown/install.md
+++ b/docs/src/site/markdown/install.md
@@ -55,8 +55,8 @@ versions 0.8.3 and higher, Tez needs Apache Hadoop to be of version 2.6.0 or hig
         command would be
 
     ```
-    hadoop dfs -mkdir /apps/tez-x.y.z-SNAPSHOT
-    hadoop dfs -copyFromLocal tez-dist/target/tez-x.y.z-SNAPSHOT.tar.gz /apps/tez-x.y.z-SNAPSHOT/
+    hadoop fs -mkdir /apps/tez-x.y.z-SNAPSHOT
+    hadoop fs -copyFromLocal tez-dist/target/tez-x.y.z-SNAPSHOT.tar.gz /apps/tez-x.y.z-SNAPSHOT/
     ```
 
     -   tez-site.xml configuration.