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

git commit: TEZ-906. Finalize Tez 0.3.0 release. (hitesh)

Repository: incubator-tez
Updated Branches:
  refs/heads/master 6d29107ce -> ae84f1d23


TEZ-906. Finalize Tez 0.3.0 release. (hitesh)


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

Branch: refs/heads/master
Commit: ae84f1d239dfb76ac91d1f97688ef205ac1fcf0b
Parents: 6d29107
Author: Hitesh Shah <hi...@apache.org>
Authored: Fri Feb 28 20:07:40 2014 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Fri Feb 28 20:07:40 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt                   | 2 ++
 docs/src/site/apt/install.apt | 8 ++++----
 docs/src/site/site.xml        | 1 +
 3 files changed, 7 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/ae84f1d2/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index b90e9ed..78cd97a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,6 +19,8 @@ INCOMPATIBLE CHANGES
 
 ALL CHANGES
 
+  TEZ-889. Fixes a bug in MRInputSplitDistributor (caused by TEZ-880). (sseth)
+  TEZ-881. Update Notice and any other copyright tags for year 2014. (hitesh)
   TEZ-874. Fetcher inputstream is not buffered. (Rajesh Balamohan via hitesh)
   TEZ-880. Support sending deserialized data in RootInputDataInformationEvents. (sseth)
   TEZ-779. Make Tez grouping splits logic possible outside InputFormat (bikas)

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/ae84f1d2/docs/src/site/apt/install.apt
----------------------------------------------------------------------
diff --git a/docs/src/site/apt/install.apt b/docs/src/site/apt/install.apt
index b752da0..960f72a 100644
--- a/docs/src/site/apt/install.apt
+++ b/docs/src/site/apt/install.apt
@@ -15,7 +15,7 @@
 ~~
 Install/Deploy Instructions
 
-  [[i]] Deploy Apache Hadoop using either the 2.2.0 release or build the 3.0.0-SNAPSHOT from trunk.
+  [[i]] Deploy Apache Hadoop using either the 2.2.0 release or a compatible 2.x version.
    
     * One thing to note though when compiling Tez is that you will need to change the value of the hadoop.version property in the top-level pom.xml to match the version of the hadoop branch being used.
 
@@ -27,15 +27,15 @@ Install/Deploy Instructions
 
   [[i]] Copy the tez jars and their dependencies into HDFS.
 
-    * The tez jars and dependencies will be found in tez-dist/target/tez-0.2.0-SNAPSHOT/tez-0.2.0-SNAPSHOT if you run the intial command mentioned in step 2.
+    * The tez jars and dependencies will be found in tez-dist/target/tez-0.3.0-incubating/tez-0.3.0-incubating if you run the intial command mentioned in step 2.
 
-    * Assuming that the tez jars are put in /apps/ on HDFS, the command would be "hadoop dfs -put tez-dist/target/tez-0.2.0-SNAPSHOT/tez-0.2.0-SNAPSHOT /apps/"
+    * Assuming that the tez jars are put in /apps/ on HDFS, the command would be "hadoop dfs -put tez-dist/target/tez-0.3.0-incubating/tez-0.3.0-incubating /apps/"
 
     * Please do not upload the tarball to HDFS, upload only the jars.
 
 
   [[i]] Configure tez-site.xml to set tez.lib.uris to point to the paths in HDFS containing the jars. Please note that the paths are not searched recursively so for <basedir> and <basedir>/lib/, you will need to configure the 2 paths as a comma-separated list.
-    * Assuming you followed step 3, the value would be: "$\{fs.default.name\}/apps/tez-0.2.0-SNAPSHOT,$\{fs.default.name\}/apps/tez-0.2.0-SNAPSHOT/lib/"
+    * Assuming you followed step 3, the value would be: "$\{fs.default.name\}/apps/tez-0.3.0-incubating,$\{fs.default.name\}/apps/tez-0.3.0-incubating/lib/"
 
   [[i]] Modify mapred-site.xml to change "mapreduce.framework.name" property from its default value of "yarn" to "yarn-tez"
 

http://git-wip-us.apache.org/repos/asf/incubator-tez/blob/ae84f1d2/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 7278e98..ddc9d03 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -114,6 +114,7 @@
 
     <menu name="Releases">
       <item name="0.2.0-incubating" href="http://www.apache.org/dyn/closer.cgi/incubator/tez/tez-0.2.0-incubating/"/>
+      <item name="0.3.0-incubating" href="http://www.apache.org/dyn/closer.cgi/incubator/tez/tez-0.3.0-incubating/"/>
     </menu>
 
     <menu name="Contribute">