You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2012/03/21 01:35:33 UTC

svn commit: r1303237 - in /pig/trunk: CHANGES.txt src/org/apache/pig/builtin/PigStorage.java

Author: daijy
Date: Wed Mar 21 00:35:33 2012
New Revision: 1303237

URL: http://svn.apache.org/viewvc?rev=1303237&view=rev
Log:
PIG-2608: Typo in PigStorage documentation for source tagging

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/src/org/apache/pig/builtin/PigStorage.java

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1303237&r1=1303236&r2=1303237&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Wed Mar 21 00:35:33 2012
@@ -106,6 +106,8 @@ OPTIMIZATIONS
 
 BUG FIXES
 
+PIG-2608: Typo in PigStorage documentation for source tagging (prkommireddi via daijy)
+
 PIG-2590: running ant tar and rpm targets on same copy of pig source results in problems (thejas)
 
 PIG-2581: HashFNV inconsistent/non-deterministic due to default platform encoding (prkommireddi via daijy)

Modified: pig/trunk/src/org/apache/pig/builtin/PigStorage.java
URL: http://svn.apache.org/viewvc/pig/trunk/src/org/apache/pig/builtin/PigStorage.java?rev=1303237&r1=1303236&r2=1303237&view=diff
==============================================================================
--- pig/trunk/src/org/apache/pig/builtin/PigStorage.java (original)
+++ pig/trunk/src/org/apache/pig/builtin/PigStorage.java Wed Mar 21 00:35:33 2012
@@ -104,7 +104,7 @@ import org.apache.pig.parser.ParserExcep
  * <h3>Source tagging</h3>
  * If<code>-tagsource</code> is specified, PigStorage will prepend input split path to each Tuple/row.
  * User needs to ensure <code>pig.splitCombination</code> is set to false. 
- * Usage: A = LOAD 'input' using PigStorage(',','-tagschema'); B = foreach A generate INPUT_FILE_NAME;
+ * Usage: A = LOAD 'input' using PigStorage(',','-tagsource'); B = foreach A generate INPUT_FILE_NAME;
  * The first field in each Tuple will contain input path (INPUT_FILE_NAME)
  * <p>
  * Note that regardless of whether or not you store the schema, you <b>always</b> need to specify