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/12/16 02:38:52 UTC

tez git commit: TEZ-1824. Changes site

Repository: tez
Updated Branches:
  refs/heads/master 125620a45 -> f3a84cbad


TEZ-1824. Changes site


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

Branch: refs/heads/master
Commit: f3a84cbad46ad2395cf7321d7907745954a5a5b5
Parents: 125620a
Author: Bikas Saha <bi...@apache.org>
Authored: Fri Dec 5 11:36:58 2014 -0800
Committer: Bikas Saha <bi...@apache.org>
Committed: Mon Dec 15 17:32:22 2014 -0800

----------------------------------------------------------------------
 Tez_DOAP.rdf                                    | 14 ++++++++++
 .../site/markdown/releases/apache-tez-0-5-2.md  | 26 ++++++++++++++++++
 .../site/markdown/releases/apache-tez-0-5-3.md  | 29 ++++++++++++++++++++
 docs/src/site/markdown/releases/index.md        |  4 ++-
 docs/src/site/site.xml                          |  3 +-
 5 files changed, 73 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tez/blob/f3a84cba/Tez_DOAP.rdf
----------------------------------------------------------------------
diff --git a/Tez_DOAP.rdf b/Tez_DOAP.rdf
index bc1f6d9..df07f32 100644
--- a/Tez_DOAP.rdf
+++ b/Tez_DOAP.rdf
@@ -36,6 +36,20 @@
     <category rdf:resource="http://projects.apache.org/category/big-data" />
     <release>
       <Version>
+        <name>Version 0.5.3</name>
+        <created>2014-12-10</created>
+        <revision>0.5.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Version 0.5.2</name>
+        <created>2014-11-07</created>
+        <revision>0.5.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
         <name>Version 0.5.1</name>
         <created>2014-10-08</created>
         <revision>0.5.1</revision>

http://git-wip-us.apache.org/repos/asf/tez/blob/f3a84cba/docs/src/site/markdown/releases/apache-tez-0-5-2.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/releases/apache-tez-0-5-2.md b/docs/src/site/markdown/releases/apache-tez-0-5-2.md
new file mode 100644
index 0000000..0792f43
--- /dev/null
+++ b/docs/src/site/markdown/releases/apache-tez-0-5-2.md
@@ -0,0 +1,26 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<head><title>Apache Tez 0.5.2</title></head>
+
+Apache Tez 0.5.2
+----------------
+
+- [Release Artifacts](http://www.apache.org/dyn/closer.cgi/tez/0.5.2/)
+- [Release Notes](0.5.2/release-notes.txt)
+- Documentation (See 0.5.3 documentation)
+

http://git-wip-us.apache.org/repos/asf/tez/blob/f3a84cba/docs/src/site/markdown/releases/apache-tez-0-5-3.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/releases/apache-tez-0-5-3.md b/docs/src/site/markdown/releases/apache-tez-0-5-3.md
new file mode 100644
index 0000000..3d139df
--- /dev/null
+++ b/docs/src/site/markdown/releases/apache-tez-0-5-3.md
@@ -0,0 +1,29 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<head><title>Apache Tez 0.5.3</title></head>
+
+Apache Tez 0.5.3
+----------------
+
+- [Release Artifacts](http://www.apache.org/dyn/closer.cgi/tez/0.5.3/)
+- [Release Notes](0.5.3/release-notes.txt)
+- Documentation
+    - [API Javadocs](0.5.3/tez-api-javadocs/index.html) : Documentation for the Tez APIs
+    - [Runtime Library Javadocs](0.5.3/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.5.3/tez-mapreduce-javadocs/index.html) : Documentation for built-in implementations of Mapreduce compatible Inputs, Outputs, Processors etc. written based on the Tez APIs 
+

http://git-wip-us.apache.org/repos/asf/tez/blob/f3a84cba/docs/src/site/markdown/releases/index.md
----------------------------------------------------------------------
diff --git a/docs/src/site/markdown/releases/index.md b/docs/src/site/markdown/releases/index.md
index 68f6471..b7a0add 100644
--- a/docs/src/site/markdown/releases/index.md
+++ b/docs/src/site/markdown/releases/index.md
@@ -20,5 +20,7 @@
 Releases
 ------------
 
+-   [Apache Tez 0.5.3](./apache-tez-0-5-3.html) (Dec 10, 2014)
+-   [Apache Tez 0.5.2](./apache-tez-0-5-2.html) (Nov 07, 2014)
 -   [Apache Tez 0.5.1](./apache-tez-0-5-1.html) (Oct 08, 2014)
--   [Apache Tez 0.5.0](./apache-tez-0-5-1.html) (Sep 04, 2014)
+-   [Apache Tez 0.5.0](./apache-tez-0-5-0.html) (Sep 04, 2014)

http://git-wip-us.apache.org/repos/asf/tez/blob/f3a84cba/docs/src/site/site.xml
----------------------------------------------------------------------
diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml
index 32819da..f15137e 100644
--- a/docs/src/site/site.xml
+++ b/docs/src/site/site.xml
@@ -114,8 +114,7 @@
 
     <menu name="Releases">
       <item name="0.4.1-incubating" href="http://archive.apache.org/dist/incubator/tez/tez-0.4.1-incubating/"/>
-      <item name="0.5.0" href="./releases/apache-tez-0-5-0.html"/>
-      <item name="0.5.1" href="./releases/apache-tez-0-5-1.html"/>
+      <item name="0.5.3" href="./releases/apache-tez-0-5-3.html"/>
       <item name="All Releases" href="./releases/index.html"/>
     </menu>