You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by sr...@apache.org on 2016/02/24 19:51:36 UTC

[2/9] tez git commit: TEZ-3067. Links to tez configs documentation should be bubbled up to top-level release page. (Tsuyoshi Ozawa via hitesh)

TEZ-3067. Links to tez configs documentation should be bubbled up to top-level release page. (Tsuyoshi Ozawa via hitesh)


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

Branch: refs/heads/TEZ-2980
Commit: f38e23c48fc87705b5a72984ccf1d0301c3c8db5
Parents: 941d199
Author: Hitesh Shah <hi...@apache.org>
Authored: Sun Feb 21 22:39:47 2016 -0800
Committer: Hitesh Shah <hi...@apache.org>
Committed: Sun Feb 21 22:39:47 2016 -0800

----------------------------------------------------------------------
 CHANGES.txt                                               | 1 +
 docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md | 3 ++-
 docs/src/site/markdown/releases/apache-tez-0-8-2.md       | 3 ++-
 3 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/f38e23c4/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 48eca4d..dc27f93 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES
   TEZ-3029. Add an onError method to service plugin contexts.
 
 ALL CHANGES:
+  TEZ-3067. Links to tez configs documentation should be bubbled up to top-level release page.
   TEZ-3123. Containers can get re-used even with conflicting local resources.
   TEZ-3117. Deadlock in Edge and Vertex code
   TEZ-3103. Shuffle can hang when memory to memory merging enabled

http://git-wip-us.apache.org/repos/asf/tez/blob/f38e23c4/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md b/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md
index 37a2d12..806292b 100644
--- a/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md
+++ b/docs/src/site/markdown/releases/apache-tez-0-8-1-alpha.md
@@ -26,4 +26,5 @@ Apache Tez&trade; 0.8.1-alpha
     - [API Javadocs](0.8.1-alpha/tez-api-javadocs/index.html) : Documentation for the Tez APIs
     - [Runtime Library Javadocs](0.8.1-alpha/tez-runtime-library-javadocs/index.html) : Documentation for built-in implementations of useful Inputs, Outputs, Processors etc. written based on the Tez APIs 
     - [Tez Mapreduce Javadocs](0.8.1-alpha/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs 
-
+    - [Tez Configuration](0.8.1-alpha/tez-api-javadocs/configs/TezConfiguration.html) : Documentation for configurations of Tez. These configurations are typically specified in tez-site.xml.
+    - [Tez Runtime Configuration](0.8.1-alpha/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters.

http://git-wip-us.apache.org/repos/asf/tez/blob/f38e23c4/docs/src/site/markdown/releases/apache-tez-0-8-2.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/releases/apache-tez-0-8-2.md b/docs/src/site/markdown/releases/apache-tez-0-8-2.md
index 7ffe039..1354ed6 100644
--- a/docs/src/site/markdown/releases/apache-tez-0-8-2.md
+++ b/docs/src/site/markdown/releases/apache-tez-0-8-2.md
@@ -26,4 +26,5 @@ Apache Tez&trade; 0.8.2
     - [API Javadocs](0.8.2/tez-api-javadocs/index.html) : Documentation for the Tez APIs
     - [Runtime Library Javadocs](0.8.2/tez-runtime-library-javadocs/index.html) : Documentation for built-in implementations of useful Inputs, Outputs, Processors etc. written based on the Tez APIs 
     - [Tez Mapreduce Javadocs](0.8.2/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs 
-
+    - [Tez Configuration](0.8.2/tez-api-javadocs/configs/TezConfiguration.html) : Documentation for configurations of Tez. These configurations are typically specified in tez-site.xml.
+    - [Tez Runtime Configuration](0.8.2/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters.