Repository: tez Updated Branches: refs/heads/master 4b52bc923 -> c5f2eac8d
TEZ-1464 Addendum. Update INSTALL.txt (bikas) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/c5f2eac8 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/c5f2eac8 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/c5f2eac8 Branch: refs/heads/master Commit: c5f2eac8ded1fc98a88e27a1ea043571b8fa81dc Parents: 4b52bc9 Author: Bikas Saha <[email protected]> Authored: Tue Aug 19 19:36:21 2014 -0700 Committer: Bikas Saha <[email protected]> Committed: Tue Aug 19 19:36:21 2014 -0700 ---------------------------------------------------------------------- INSTALL.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/c5f2eac8/INSTALL.txt ---------------------------------------------------------------------- diff --git a/INSTALL.txt b/INSTALL.txt index 9e49b17..06a25e9 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -17,7 +17,7 @@ Install/Deploy Instructions - A tez tarball containing tez and hadoop libraries will be found at tez-dist/target/tez-0.5.0-SNAPSHOT.tar.gz - Assuming that the tez jars are put in /apps/ on HDFS, the command would be "hadoop dfs -mkdir /apps/tez-0.5.0-SNAPSHOT" - "hadoop dfs -copyFromLocal tez-dist/target/tez-0.5.0-SNAPSHOT-archive.tar.gz /apps/tez-0.5.0-SNAPSHOT/" + "hadoop dfs -copyFromLocal tez-dist/target/tez-0.5.0-SNAPSHOT.tar.gz /apps/tez-0.5.0-SNAPSHOT/" - tez-site.xml configuration - Set tez.lib.uris to point to the tar.gz uploaded to HDFS. Assuming the steps mentioned so far were followed, set tez.lib.uris to "${fs.defaultFS}/apps/tez-0.5.0-SNAPSHOT/tez-0.5.0-SNAPSHOT.tar.gz" @@ -72,7 +72,7 @@ Step 3 above changes as follows. Also subsequent steps would use tez-dist/target - A tez build without Hadoop dependencies will be available at tez-dist/target/tez-0.5.0-SNAPSHOT-minimal.tar.gz - Assuming that the tez jars are put in /apps/ on HDFS, the command would be "hadoop dfs -mkdir /apps/tez-0.5.0-SNAPSHOT" - "hadoop dfs -copyFromLocal tez-dist/target/tez-0.5.0-SNAPSHOT-archive-minimal.tar.gz /apps/tez-0.5.0-SNAPSHOT" + "hadoop dfs -copyFromLocal tez-dist/target/tez-0.5.0-SNAPSHOT-minimal.tar.gz /apps/tez-0.5.0-SNAPSHOT" - tez-site.xml configuration - Set tez.lib.uris to point to the paths in HDFS containing the tez jars. Assuming the steps mentioned so far were followed, set tez.lib.uris to "${fs.defaultFS}/apps/tez-0.5.0-SNAPSHOT/tez-0.5.0-SNAPSHOT-minimal.tar.gz
