Repository: tez Updated Branches: refs/heads/master c00c63c67 -> 8a0da349b
TEZ-3561. Fix wrong tez tarball name in install.md. Contributed by Akira Ajisaka. Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/8a0da349 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/8a0da349 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/8a0da349 Branch: refs/heads/master Commit: 8a0da349b9489dc49220a6724e2e64477810465b Parents: c00c63c Author: Siddharth Seth <[email protected]> Authored: Sun Jan 8 23:34:29 2017 -0800 Committer: Siddharth Seth <[email protected]> Committed: Sun Jan 8 23:34:29 2017 -0800 ---------------------------------------------------------------------- CHANGES.txt | 1 + docs/src/site/markdown/install.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/8a0da349/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 2b93668..c90a56e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES ALL CHANGES: + TEZ-3561. Fix wrong tez tarball name in install.md. TEZ-3565. amConfig should check queuename isEmpty. TEZ-3559. TEZ_LIB_URIS doesn't work with schemes different than the defaultFS TEZ-3558. CartesianProduct is missing from the ExampleDriver class http://git-wip-us.apache.org/repos/asf/tez/blob/8a0da349/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.
