Author: olga
Date: Thu Jun 4 20:58:28 2009
New Revision: 781853
URL: http://svn.apache.org/viewvc?rev=781853&view=rev
Log:
PIG-813: documentation updates (chandec via olgan)
Removed:
hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/quickstart.xml
Modified:
hadoop/pig/trunk/CHANGES.txt
hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/index.xml
hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/piglatin.xml
hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/site.xml
Modified: hadoop/pig/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=781853&r1=781852&r2=781853&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Thu Jun 4 20:58:28 2009
@@ -26,6 +26,8 @@
IMPROVEMENTS
+PIG-813: documentation updates (chandec via olgan)
+
PIG-825: PIG_HADOOP_VERSION should be set to 18 (dvryaboy via gates).
PIG-795: support for SAMPLE command (ericg via olgan)
Modified: hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/index.xml?rev=781853&r1=781852&r2=781853&view=diff
==============================================================================
--- hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/index.xml
(original)
+++ hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/index.xml Thu Jun
4 20:58:28 2009
@@ -27,10 +27,10 @@
The Pig Documentation provides the information you need to get started
using Pig.
</p>
<p>
- Begin with the <a href="quickstart.html"> Pig Quick Start</a> which
shows you how to build and run Pig.
+ Begin with the <a href="getstarted.html"> Pig Getting Started
Guide</a> which shows you how to download and run Pig.
Then try out the <a href="tutorial.html">Pig Tutorial</a> to get an
idea of how easy it us to use Pig.
When you are ready to start writing your own scripts, read through the
<a href="piglatin.html">Pig Latin Manual </a>to become familiar with Pig's
features.
- Also review the <a href="cookbook.html">Pig Cookbook</a> to learn how
to tweak your scripts for optimal performance.
+ Also review the <a href="cookbook.html">Pig Cookbook</a> to learn how
to tweak your code for optimal performance.
</p>
<p>
If you have more questions, you can ask on the <a
href="http://hadoop.apache.org/pig/mailing_lists.html">Pig Mailing Lists</a>.