Skip to content

Commit

Permalink
TEZ-3651 part2. Update website, documentation etc for Tez 0.8.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidseth committed Mar 14, 2017
1 parent b2be0d5 commit 9081420
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Tez_DOAP.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@
<download-page rdf:resource="http://tez.apache.org/releases/" />
<programming-language>Java</programming-language>
<category rdf:resource="http://projects.apache.org/category/big-data" />
<release>
<Version>
<name>Version 0.8.5</name>
<created>2017-03-13</created>
<revision>0.8.5</revision>
</Version>
</release>
<release>
<Version>
<name>Version 0.8.4</name>
Expand Down
30 changes: 30 additions & 0 deletions docs/src/site/markdown/releases/apache-tez-0-8-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!--
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&trade; 0.8.5</title></head>

Apache Tez&trade; 0.8.5
----------------------

- [Download Release Artifacts](http://www.apache.org/dyn/closer.lua/tez/0.8.5/)
- [Release Notes](0.8.5/release-notes.txt)
- Documentation
- [API Javadocs](0.8.5/tez-api-javadocs/index.html) : Documentation for the Tez APIs
- [Runtime Library Javadocs](0.8.5/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.5/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.5/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.5/tez-runtime-library-javadocs/configs/TezRuntimeConfiguration.html) : Documentation for runtime configurations of Tez. These configurations are typically specified by job submitters.
1 change: 1 addition & 0 deletions docs/src/site/markdown/releases/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

Releases
------------
- [Apache Tez&trade; 0.8.5](./apache-tez-0-8-5.html) (Mar 13, 2017)
- [Apache Tez&trade; 0.8.4](./apache-tez-0-8-4.html) (Jul 08, 2016)
- [Apache Tez&trade; 0.8.3](./apache-tez-0-8-3.html) (Apr 15, 2016)
- [Apache Tez&trade; 0.8.2](./apache-tez-0-8-2.html) (Jan 19, 2016)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<item name="0.5.4" href="./releases/apache-tez-0-5-4.html"/>
<item name="0.6.2" href="./releases/apache-tez-0-6-2.html"/>
<item name="0.7.1" href="./releases/apache-tez-0-7-1.html"/>
<item name="0.8.4" href="./releases/apache-tez-0-8-4.html"/>
<item name="0.8.5" href="./releases/apache-tez-0-8-5.html"/>
<item name="All Releases" href="./releases/index.html"/>
</menu>

Expand Down

0 comments on commit 9081420

Please sign in to comment.