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:36:16 UTC

tez git commit: TEZ-3561. Fix wrong tez tarball name in install.md. Contributed by Akira Ajisaka.

Repository: tez
Updated Branches:
  refs/heads/branch-0.8 599ffcdd2 -> b40f1eca6


TEZ-3561. Fix wrong tez tarball name in install.md. Contributed by Akira Ajisaka.

(cherry picked from commit 8a0da349b9489dc49220a6724e2e64477810465b)

Conflicts:
	CHANGES.txt


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

Branch: refs/heads/branch-0.8
Commit: b40f1eca67610074dfa314a7b2c75432f73a116c
Parents: 599ffcd
Author: Siddharth Seth <ss...@apache.org>
Authored: Sun Jan 8 23:34:29 2017 -0800
Committer: Jason Lowe <jl...@yahoo-inc.com>
Committed: Fri Mar 31 10:35:40 2017 -0500

----------------------------------------------------------------------
 docs/src/site/markdown/install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/b40f1eca/docs/src/site/markdown/install.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/install.md b/docs/src/site/markdown/install.md
index 2bc0cfb..4130a0a 100644
--- a/docs/src/site/markdown/install.md
+++ b/docs/src/site/markdown/install.md
@@ -56,7 +56,7 @@ versions 0.8.3 and higher, Tez needs Apache Hadoop to be of version 2.6.0 or hig
 
     ```
     hadoop dfs -mkdir /apps/tez-x.y.z-SNAPSHOT
-    hadoop dfs -copyFromLocal tez-dist/target/tez-x.y.z-SNAPSHOT-archive.tar.gz /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/
     ```
 
     -   tez-site.xml configuration.