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/12/07 22:58:59 UTC

svn commit: r1043210 - /pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/piglatin_ref2.xml

Author: olga
Date: Tue Dec  7 21:58:58 2010
New Revision: 1043210

URL: http://svn.apache.org/viewvc?rev=1043210&view=rev
Log:
fixed minor typo in the docs.

Modified:
    pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/piglatin_ref2.xml

Modified: pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/piglatin_ref2.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/piglatin_ref2.xml?rev=1043210&r1=1043209&r2=1043210&view=diff
==============================================================================
--- pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/piglatin_ref2.xml (original)
+++ pig/branches/branch-0.8/src/docs/src/documentation/content/xdocs/piglatin_ref2.xml Tue Dec  7 21:58:58 2010
@@ -6491,7 +6491,7 @@ ILLUSTRATE A;
       <informaltable frame="all">
       <tgroup cols="1"><tbody><row>
             <entry>
-               <para>alias1 = MAPREDUCE 'mr1.jar' STORE alias2 INTO 
+               <para>alias1 = MAPREDUCE 'mr.jar' STORE alias2 INTO 
 'inputLocation' USING storeFunc LOAD 'outputLocation' USING loadFunc AS schema [`params, ... `];</para>
             </entry>
          </row></tbody></tgroup>
@@ -6538,7 +6538,7 @@ ILLUSTRATE A;
             </entry>
             <entry>
                <para>See <ulink url="piglatin_ref2.html#LOAD">LOAD</ulink></para>
-               <para>After running mr1.jar's mapreduce, load back the data from outputLocation into alias1 using loadFunc as schema</para>
+               <para>After running mr.jar's mapreduce, load back the data from outputLocation into alias1 using loadFunc as schema</para>
             </entry>
      </row>