Author: junping_du
Date: Mon Sep 24 13:18:54 2018
New Revision: 1841846

URL: http://svn.apache.org/viewvc?rev=1841846&view=rev
Log:
2.8.5 release bits.

Added:
    hadoop/common/site/main/publish/docs/build/
    hadoop/common/site/main/publish/docs/build/tmp/
    hadoop/common/site/main/publish/docs/build/tmp/build-info.xml
    hadoop/common/site/main/publish/docs/build/tmp/input.xmap   (with props)
    hadoop/common/site/main/publish/docs/build/tmp/internal.xmap   (with props)
    hadoop/common/site/main/publish/docs/build/tmp/locationmap.xml   (with 
props)
    hadoop/common/site/main/publish/docs/build/tmp/output.xmap   (with props)
    hadoop/common/site/main/publish/docs/build/tmp/pluginlist2fetchbuild.xml   
(with props)
    hadoop/common/site/main/publish/docs/build/tmp/plugins-1.xml   (with props)
    hadoop/common/site/main/publish/docs/build/tmp/plugins-2.xml   (with props)
    hadoop/common/site/main/publish/docs/build/tmp/projfilters.properties
    hadoop/common/site/main/publish/docs/build/tmp/resources.xmap   (with props)
    hadoop/common/site/main/publish/docs/build/webapp/
    hadoop/common/site/main/publish/docs/build/webapp/conf/
Modified:
    hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
    hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml
    hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml

Modified: 
hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml?rev=1841846&r1=1841845&r2=1841846&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml 
(original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/index.xml 
Mon Sep 24 13:18:54 2018
@@ -138,6 +138,16 @@
     <section>
     <title>News</title>
 
+      <section>
+        <title>15 Sep 2018: Release 2.8.5 available </title>
+        <p>This is the next release of Apache Hadoop 2.8 line. It contains 33 
bug fixes, improvements and enhancements since 2.8.4.</p>
+        <p>
+           Users are encouraged to read the <a 
href="http://hadoop.apache.org/docs/r2.8.5/index.html";>overview of major 
changes</a> for major features and improvements for Apache Hadoop 2.8.
+           For details of 33 fixes, improvements, and other enhancements since 
the 2.8.4 release, please check
+                <a 
href="http://hadoop.apache.org/docs/r2.8.5/hadoop-project-dist/hadoop-common/release/2.8.5/RELEASENOTES.2.8.5.html";>release
 notes</a> and
+                <a 
href="http://hadoop.apache.org/docs/r2.8.5/hadoop-project-dist/hadoop-common/release/2.8.5/CHANGES.2.8.5.html";>changelog</a>.
+        </p>
+      </section>
 
       <section>
         <title>8 Aug 2018: Release 3.1.1 available</title>

Modified: 
hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml?rev=1841846&r1=1841845&r2=1841846&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml 
(original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/releases.xml 
Mon Sep 24 13:18:54 2018
@@ -30,11 +30,25 @@
          <th>SHA-256</th>
        </tr>
        <tr>
+         <td><a 
href="#15+May%2C+2018%3A+Release+2.8.5+available">2.8.5</a></td>
+         <td>15 Sep, 2018</td>
+         <td><a 
href="http://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-2.8.5/hadoop-2.8.5-src.tar.gz";>source</a></td>
+         <td><a 
href="https://dist.apache.org/repos/dist/release/hadoop/common/hadoop-2.8.5/hadoop-2.8.5-src.tar.gz.asc";>signature</a></td>
+         <td><a 
href="https://dist.apache.org/repos/dist/release/hadoop/common/hadoop-2.8.5/hadoop-2.8.5-src.tar.gz.mds";>checksum
 file</a></td>
+       </tr>
+       <tr>
+         <td></td>
+         <td></td>
+         <td><a 
href="http://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz";>binary</a></td>
+         <td><a 
href="https://dist.apache.org/repos/dist/release/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz.asc";>signature</a></td>
+         <td><a 
href="https://dist.apache.org/repos/dist/release/hadoop/common/hadoop-2.8.5/hadoop-2.8.5.tar.gz.mds";>checksum
 file</a></td>
+       </tr>
+       <tr>
          <td><a href="#8+Aug+2018%3A+Release+3.1.1+available">3.1.1</a></td>
          <td>8 Aug, 2018</td>
          <td><a 
href="http://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.1.1/hadoop-3.1.1-src.tar.gz";>source</a></td>
          <td><a 
href="https://dist.apache.org/repos/dist/release/hadoop/common/hadoop-3.1.1/hadoop-3.1.1-src.tar.gz.asc";>signature</a></td>
-         <td><a 
href="https://dist.apache.org/repos/dist/release/hadoop/common/hadoop-3.1.1/hadoop-3.1.0-src.tar.gz.mds";>checksum
 file</a></td>
+         <td><a 
href="https://dist.apache.org/repos/dist/release/hadoop/common/hadoop-3.1.1/hadoop-3.1.1-src.tar.gz.mds";>checksum
 file</a></td>
        </tr>
        <tr>
          <td></td>

Modified: 
hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml?rev=1841846&r1=1841845&r2=1841846&view=diff
==============================================================================
--- hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml 
(original)
+++ hadoop/common/site/main/author/src/documentation/content/xdocs/site.xml Mon 
Sep 24 13:18:54 2018
@@ -40,7 +40,7 @@
     <r3.1.1 label="Release 3.1.1" href="ext:docs/r3.1.1/"/>
     <r3.0.3 label="Release 3.0.3" href="ext:docs/r3.0.3/"/>
     <r2.9.1 label="Release 2.9.1" href="ext:docs/r2.9.1/"/>
-    <r2.8.4 label="Release 2.8.4" href="ext:docs/r2.8.4/"/>
+    <r2.8.5 label="Release 2.8.5" href="ext:docs/r2.8.5/"/>
     <r2.7.6 label="Release 2.7.6" href="ext:docs/r2.7.6/"/>
     <r2.6.5 label="Release 2.6.5" href="ext:docs/r2.6.5/"/>
     <r2.5.2 label="Release 2.5.2" href="ext:docs/r2.5.2/"/>
@@ -91,7 +91,7 @@
       <r3.1.1 href="r3.1.1/"/>
       <r3.0.3 href="r3.0.3/"/>  
       <r2.9.1 href="r2.9.1/"/>
-      <r2.8.4 href="r2.8.4/"/>
+      <r2.8.5 href="r2.8.5/"/>
       <r2.7.6 href="r2.7.6/"/>
       <r2.6.5 href="r2.6.5/"/>
       <r2.5.2 href="r2.5.2/"/>

Added: hadoop/common/site/main/publish/docs/build/tmp/build-info.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/build-info.xml?rev=1841846&view=auto
==============================================================================
--- hadoop/common/site/main/publish/docs/build/tmp/build-info.xml (added)
+++ hadoop/common/site/main/publish/docs/build/tmp/build-info.xml Mon Sep 24 
13:18:54 2018
@@ -0,0 +1,5 @@
+<info>
+  <project-skin>pelt</project-skin>
+  <forrest-version>0.9</forrest-version>
+</info>
+    
\ No newline at end of file

Added: hadoop/common/site/main/publish/docs/build/tmp/input.xmap
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/input.xmap?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/common/site/main/publish/docs/build/tmp/input.xmap
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hadoop/common/site/main/publish/docs/build/tmp/internal.xmap
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/internal.xmap?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/common/site/main/publish/docs/build/tmp/internal.xmap
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hadoop/common/site/main/publish/docs/build/tmp/locationmap.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/locationmap.xml?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/common/site/main/publish/docs/build/tmp/locationmap.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hadoop/common/site/main/publish/docs/build/tmp/output.xmap
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/output.xmap?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/common/site/main/publish/docs/build/tmp/output.xmap
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hadoop/common/site/main/publish/docs/build/tmp/pluginlist2fetchbuild.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/pluginlist2fetchbuild.xml?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
hadoop/common/site/main/publish/docs/build/tmp/pluginlist2fetchbuild.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hadoop/common/site/main/publish/docs/build/tmp/plugins-1.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/plugins-1.xml?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/common/site/main/publish/docs/build/tmp/plugins-1.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hadoop/common/site/main/publish/docs/build/tmp/plugins-2.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/plugins-2.xml?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/common/site/main/publish/docs/build/tmp/plugins-2.xml
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: hadoop/common/site/main/publish/docs/build/tmp/projfilters.properties
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/projfilters.properties?rev=1841846&view=auto
==============================================================================
--- hadoop/common/site/main/publish/docs/build/tmp/projfilters.properties 
(added)
+++ hadoop/common/site/main/publish/docs/build/tmp/projfilters.properties Mon 
Sep 24 13:18:54 2018
@@ -0,0 +1,41 @@
+#Ant properties
+#Fri Sep 21 19:20:04 CST 2018
+project.brokenlinkfile=/home/jdu/hadoop-common-site/publish/docs/build/tmp/brokenlinks.xml
+project.bugtracking-url=http\://issues.apache.org/jira/browse/
+project.build-dir=/home/jdu/hadoop-common-site/publish/docs/build
+project.catalog=src/documentation/resources/schema/catalog.xcat
+project.classes-dir=src/documentation/classes
+project.cocoon-work-dir=/home/jdu/hadoop-common-site/publish/docs/build/tmp/cocoon-work
+project.conf-dir=src/documentation/conf
+project.configfile=/home/jdu/apache-forrest-0.9/main/webapp/WEB-INF/cli.xconf
+project.content-dir=src/documentation
+project.debuglevel=ERROR
+project.grammars-dir=src/documentation/resources/grammars
+project.home=/home/jdu/hadoop-common-site/publish/docs
+project.i18n=false
+project.images-dir=src/documentation/resources/images
+project.lib-dir=src/documentation/lib
+project.logger=debug
+project.logkitfile=/home/jdu/apache-forrest-0.9/main/webapp/WEB-INF/logkit.xconf
+project.menu-scheme=tab_attributes
+project.name=my-project
+project.raw-content-dir=src/documentation/content
+project.required.plugins=org.apache.forrest.plugin.output.pdf
+project.required.plugins.src=/home/jdu/apache-forrest-0.9/plugins,/home/jdu/apache-forrest-0.9/whiteboard/plugins
+project.resources-dir=src/documentation/resources
+project.schema-dir=src/documentation/resources/schema
+project.site=site
+project.site-dir=/home/jdu/hadoop-common-site/publish/docs/build/site
+project.sitemap=src/documentation/sitemap.xmap
+project.sitemap-dir=src/documentation
+project.skin=pelt
+project.skinconf=src/documentation/skinconf.xml
+project.skins-dir=src/documentation/skins
+project.start-uri=linkmap.html
+project.status=status.xml
+project.stylesheets-dir=src/documentation/resources/stylesheets
+project.temp-dir=/home/jdu/hadoop-common-site/publish/docs/build/tmp
+project.translations-dir=src/documentation/translations
+project.war=/home/jdu/hadoop-common-site/publish/docs/build/my-project.war
+project.webapp=/home/jdu/hadoop-common-site/publish/docs/build/webapp
+project.xdocs-dir=src/documentation/content/xdocs

Added: hadoop/common/site/main/publish/docs/build/tmp/resources.xmap
URL: 
http://svn.apache.org/viewvc/hadoop/common/site/main/publish/docs/build/tmp/resources.xmap?rev=1841846&view=auto
==============================================================================
Binary file - no diff available.

Propchange: hadoop/common/site/main/publish/docs/build/tmp/resources.xmap
------------------------------------------------------------------------------
    svn:mime-type = application/xml



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to