Author: daijy
Date: Mon May 11 21:50:07 2015
New Revision: 1678829
URL: http://svn.apache.org/r1678829
Log:
PIG-4532: Pig Documentation contains typo for AvroStorage
Modified:
pig/trunk/CHANGES.txt
pig/trunk/src/docs/src/documentation/content/xdocs/func.xml
Modified: pig/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1678829&r1=1678828&r2=1678829&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Mon May 11 21:50:07 2015
@@ -76,6 +76,8 @@ PIG-4333: Split BigData tests into multi
BUG FIXES
+PIG-4532: Pig Documentation contains typo for AvroStorage
(fredericschmaljohann via daijy)
+
PIG-4377: Skewed outer join produce wrong result in some cases (daijy)
PIG-4538: Pig script fail with CNF in follow up MR job (daijy)
Modified: pig/trunk/src/docs/src/documentation/content/xdocs/func.xml
URL:
http://svn.apache.org/viewvc/pig/trunk/src/docs/src/documentation/content/xdocs/func.xml?rev=1678829&r1=1678828&r2=1678829&view=diff
==============================================================================
--- pig/trunk/src/docs/src/documentation/content/xdocs/func.xml (original)
+++ pig/trunk/src/docs/src/documentation/content/xdocs/func.xml Mon May 11
21:50:07 2015
@@ -1942,7 +1942,7 @@ STORE A INTO 'hbase://users_table' USING
<table>
<tr>
<td>
- <p>Avrostorage(['schema|record name'], ['options'])</p>
+ <p>AvroStorage(['schema|record name'], ['options'])</p>
</td>
</tr>
</table>