You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by ol...@apache.org on 2010/11/19 22:28:30 UTC

svn commit: r1037031 - in /pig/branches/branch-0.8: CHANGES.txt src/docs/src/documentation/content/xdocs/setup.xml

Author: olga
Date: Fri Nov 19 21:28:28 2010
New Revision: 1037031

URL: http://svn.apache.org/viewvc?rev=1037031&view=rev
Log:
PIG-1740: Fix SVN location in setup doc (chandec via olgan)

Modified:
    pig/branches/branch-0.8/CHANGES.txt
    pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/setup.xml

Modified: pig/branches/branch-0.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/CHANGES.txt?rev=1037031&r1=1037030&r2=1037031&view=diff
==============================================================================
--- pig/branches/branch-0.8/CHANGES.txt (original)
+++ pig/branches/branch-0.8/CHANGES.txt Fri Nov 19 21:28:28 2010
@@ -207,6 +207,8 @@ PIG-1309: Map-side Cogroup (ashutoshc)
 
 BUG FIXES
 
+PIG-1740: Fix SVN location in setup doc (chandec via olgan)
+
 PIG-1719: New logical plan: FieldSchema generation for BinCond is wrong (daijy)
 
 PIG-1720: java.lang.NegativeArraySizeException during Quicksort (thejas)

Modified: pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/setup.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/setup.xml?rev=1037031&r1=1037030&r2=1037031&view=diff
==============================================================================
--- pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/setup.xml (original)
+++ pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/setup.xml Fri Nov 19 21:28:28 2010
@@ -120,7 +120,7 @@ $ pig -x mapreduce id.pig
       <title>Build Pig</title>
       <p>To build pig, do the following:</p>
      <ol>
-	  <li> Check out the Pig code from SVN: <em>svn co http://svn.apache.org/repos/asf/hadoop/pig/trunk</em>. </li>
+	  <li> Check out the Pig code from SVN: <em>svn co http://svn.apache.org/repos/asf/pig/trunk</em>. </li>
 	  <li> Build the code from the top directory: <em>ant</em>. If the build is successful, you should see the <em>pig.jar</em> created in that directory. </li>	
 	  <li> Validate your <em>pig.jar</em> by running a unit test: <em>ant test</em></li>
      </ol>