Author: olga
Date: Tue Nov 3 01:40:31 2009
New Revision: 832252
URL: http://svn.apache.org/viewvc?rev=832252&view=rev
Log:
Changes for Pig 0.5.0 release
Modified:
hadoop/pig/site/author/src/documentation/content/xdocs/index.xml
hadoop/pig/site/author/src/documentation/content/xdocs/releases.xml
hadoop/pig/site/author/src/documentation/content/xdocs/site.xml
hadoop/pig/site/author/src/documentation/skinconf.xml
Modified: hadoop/pig/site/author/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/hadoop/pig/site/author/src/documentation/content/xdocs/index.xml?rev=832252&r1=832251&r2=832252&view=diff
==============================================================================
--- hadoop/pig/site/author/src/documentation/content/xdocs/index.xml (original)
+++ hadoop/pig/site/author/src/documentation/content/xdocs/index.xml Tue Nov 3
01:40:31 2009
@@ -38,16 +38,16 @@
<section id="news">
<title>News</title>
<section>
- <title> Pig 0.4.0 is released!</title>
+ <title> Pig 0.5.0 is released!</title>
<p>The highlight of this release is performance improvements of join
implementation.
- The release also includes support for outer join. Please, see
details on the <a href="releases.html">release page.</a></p>
+ The release also includes support for outer join. This release makes
Pig 0.4.0
+ functionality available on Hadoop 20. Please, see details on the <a
href="releases.html">release page.</a></p>
</section>
</section>
<section>
<title> Getting Started </title>
<ol>
- <li><a
href="http://hadoop.apache.org/pig/docs/r0.4.0/quickstart.html">Review
basics</a>.</li>
- <li><a href="http://hadoop.apache.org/pig/docs/r0.4.0/">Read the
documentation</a>.</li>
+ <li><a href="http://hadoop.apache.org/pig/docs/r0.5.0/">Read the
documentation</a>.</li>
<li><a
href="http://www.cloudera.com/hadoop-training-pig-introduction">Watch the
training</a>.</li>
<li><a href="mailing_lists.html">Discuss it</a> on the mailing
list.</li>
</ol>
Modified: hadoop/pig/site/author/src/documentation/content/xdocs/releases.xml
URL:
http://svn.apache.org/viewvc/hadoop/pig/site/author/src/documentation/content/xdocs/releases.xml?rev=832252&r1=832251&r2=832252&view=diff
==============================================================================
--- hadoop/pig/site/author/src/documentation/content/xdocs/releases.xml
(original)
+++ hadoop/pig/site/author/src/documentation/content/xdocs/releases.xml Tue Nov
3 01:40:31 2009
@@ -18,6 +18,12 @@
<section>
<title>News</title>
<section>
+ <title>29 October, 2009: release 0.5.0 available </title>
+ <p> This release makes Pig 0.4.0 functionality available for Hadoop
20 clusters.
+ Release Notes are available at the download site</p>
+ <note>This release works with Hadoop 0.20.</note>
+ </section>
+ <section>
<title>29 September, 2009: release 0.4.0 available </title>
<p> This release introduces two new types of join. The skewed join
improves
join performance for the data with large skew in the join key. The merge
join
Modified: hadoop/pig/site/author/src/documentation/content/xdocs/site.xml
URL:
http://svn.apache.org/viewvc/hadoop/pig/site/author/src/documentation/content/xdocs/site.xml?rev=832252&r1=832251&r2=832252&view=diff
==============================================================================
--- hadoop/pig/site/author/src/documentation/content/xdocs/site.xml (original)
+++ hadoop/pig/site/author/src/documentation/content/xdocs/site.xml Tue Nov 3
01:40:31 2009
@@ -51,6 +51,7 @@
<docs label="Documentation">
<r0.3.0 label="Release 0.3.0" href="ext:docs/r0.3.0/" />
<r0.4.0 label="Release 0.4.0" href="ext:docs/r0.4.0/" />
+ <r0.5.0 label="Release 0.5.0" href="ext:docs/r0.5.0/" />
</docs>
<dev label="Developers">
@@ -66,6 +67,7 @@
<docs href="http://hadoop.apache.org/pig/docs/">
<r0.3.0 href="r0.3.0/"/>
<r0.4.0 href="r0.4.0/"/>
+ <r0.5.0 href="r0.5.0/"/>
</docs>
</external-refs>
</site>
Modified: hadoop/pig/site/author/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewvc/hadoop/pig/site/author/src/documentation/skinconf.xml?rev=832252&r1=832251&r2=832252&view=diff
==============================================================================
--- hadoop/pig/site/author/src/documentation/skinconf.xml (original)
+++ hadoop/pig/site/author/src/documentation/skinconf.xml Tue Nov 3 01:40:31
2009
@@ -141,6 +141,18 @@
background-color: #f0f0f0;
font-family: monospace;
}
+
+ <!--Headers -->
+ #content h1 {
+ margin-bottom: .5em;
+ font-size: 185%; color: black;
+ font-family: arial;
+ }
+ h2, .h3 { font-size: 175%; color: black; font-family: arial; }
+ h3, .h4 { font-size: 135%; color: black; font-family: arial;
margin-bottom: 0.5em; }
+ h4, .h5 { font-size: 125%; color: black; font-style: italic;
font-weight: bold; font-family: arial; }
+ h5, h6 { font-size: 110%; color: #363636; font-weight: bold; }
+
</extra-css>
<colors>