You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by je...@apache.org on 2014/11/17 20:22:57 UTC

[48/50] [abbrv] tez git commit: TEZ-1721. Update INSTALL instructions for clarifying tez client jars compatibility with runtime tarball on HDFS. (hitesh)

TEZ-1721. Update INSTALL instructions for clarifying tez client jars compatibility with runtime tarball on HDFS. (hitesh)


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

Branch: refs/heads/TEZ-8
Commit: dd03a811598da8ac9175303845719413117b3d7a
Parents: 1a3059f
Author: Hitesh Shah <hi...@apache.org>
Authored: Fri Nov 14 15:47:33 2014 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Fri Nov 14 15:47:33 2014 -0800

----------------------------------------------------------------------
 CHANGES.txt                       | 2 ++
 docs/src/site/markdown/install.md | 4 ++++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/dd03a811/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 0f66807..aa74705 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -10,6 +10,8 @@ ALL CHANGES:
   TEZ-1738. Tez tfile parser for log parsing
   TEZ-1627. Remove OUTPUT_CONSUMABLE and related Event in TaskAttemptImpl
   TEZ-1736. Add support for Inputs/Outputs in runtime-library to generate history text data.
+  TEZ-1721. Update INSTALL instructions for clarifying tez client jars
+    compatibility with runtime tarball on HDFS.
 
 Release 0.5.3: Unreleased
 

http://git-wip-us.apache.org/repos/asf/tez/blob/dd03a811/docs/src/site/markdown/install.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/install.md b/docs/src/site/markdown/install.md
index d31eeb9..ef49b5e 100644
--- a/docs/src/site/markdown/install.md
+++ b/docs/src/site/markdown/install.md
@@ -59,6 +59,10 @@ Replace x.y.z with the tez release number that you are using. E.g. 0.5.0
             ```
         -   Ensure tez.use.cluster.hadoop-libs is not set in tez-site.xml,
             or if it is set, the value should be false
+    -  Please note that the tarball version should match the version of
+       the client jars used when submitting Tez jobs to the cluster.
+       Please refer to the [Version Compatibility Guide](https://cwiki.apache.org/confluence/display/TEZ/Version+Compatibility)
+       for more details on version compatibility and detecting mismatches.
 4.  Optional: If running existing MapReduce jobs on Tez. Modify
     mapred-site.xml to change "mapreduce.framework.name" property from
     its default value of "yarn" to "yarn-tez"