You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by bi...@apache.org on 2014/08/26 22:49:04 UTC

git commit: TEZ-1475. Fix HDFS commands in INSTALL.txt (bikas)

Repository: tez
Updated Branches:
  refs/heads/master 62e00b70a -> 5018b65b4


TEZ-1475. Fix HDFS commands in 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/5018b65b
Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/5018b65b
Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/5018b65b

Branch: refs/heads/master
Commit: 5018b65b4af314d12649f91e7ba34e3477a0eeae
Parents: 62e00b7
Author: Bikas Saha <bi...@apache.org>
Authored: Tue Aug 26 13:48:53 2014 -0700
Committer: Bikas Saha <bi...@apache.org>
Committed: Tue Aug 26 13:48:53 2014 -0700

----------------------------------------------------------------------
 INSTALL.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/5018b65b/INSTALL.txt
----------------------------------------------------------------------
diff --git a/INSTALL.txt b/INSTALL.txt
index 173dbf8..887d423 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -16,8 +16,8 @@ Install/Deploy Instructions
 3) Copy the relevant tez tarball into HDFS, and configure tez-site.xml
    - A tez tarball containing tez and hadoop libraries will be found at tez-dist/target/tez-0.6.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.6.0-SNAPSHOT"
-     "hadoop dfs -copyFromLocal tez-dist/target/tez-0.6.0-SNAPSHOT.tar.gz /apps/tez-0.6.0-SNAPSHOT/"
+     "hadoop fs -mkdir /apps/tez-0.6.0-SNAPSHOT"
+     "hadoop fs -copyFromLocal tez-dist/target/tez-0.6.0-SNAPSHOT.tar.gz /apps/tez-0.6.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.6.0-SNAPSHOT/tez-0.6.0-SNAPSHOT.tar.gz"
@@ -71,8 +71,8 @@ follow this alternate machanism to setup Tez to use Hadoop libraries from the cl
 Step 3 above changes as follows. Also subsequent steps would use tez-dist/target/tez-0.6.0-SNAPSHOT-minimal.tar.gz instead of tez-dist/target/tez-0.6.0-SNAPSHOT.tar.gz
    - A tez build without Hadoop dependencies will be available at tez-dist/target/tez-0.6.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.6.0-SNAPSHOT"
-     "hadoop dfs -copyFromLocal tez-dist/target/tez-0.6.0-SNAPSHOT-minimal.tar.gz /apps/tez-0.6.0-SNAPSHOT"
+     "hadoop fs -mkdir /apps/tez-0.6.0-SNAPSHOT"
+     "hadoop fs -copyFromLocal tez-dist/target/tez-0.6.0-SNAPSHOT-minimal.tar.gz /apps/tez-0.6.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.6.0-SNAPSHOT/tez-0.6.0-SNAPSHOT-minimal.tar.gz