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 2017/03/13 21:22:20 UTC

svn commit: r1786811 - in /pig/trunk: CHANGES.txt src/docs/src/documentation/content/xdocs/basic.xml

Author: daijy
Date: Mon Mar 13 21:22:20 2017
New Revision: 1786811

URL: http://svn.apache.org/viewvc?rev=1786811&view=rev
Log:
PIG-5182: ant docs target is broken by PIG-5110

Modified:
    pig/trunk/CHANGES.txt
    pig/trunk/src/docs/src/documentation/content/xdocs/basic.xml

Modified: pig/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/pig/trunk/CHANGES.txt?rev=1786811&r1=1786810&r2=1786811&view=diff
==============================================================================
--- pig/trunk/CHANGES.txt (original)
+++ pig/trunk/CHANGES.txt Mon Mar 13 21:22:20 2017
@@ -89,6 +89,8 @@ OPTIMIZATIONS
  
 BUG FIXES
 
+PIG-5182: ant docs target is broken by PIG-5110 (daijy)
+
 PIG-5156: Duplicate jars in CLASSPATH when running test (daijy)
 
 PIG-5173: Script with multiple splits fails with Invalid dag containing 0 vertices (rohini)

Modified: pig/trunk/src/docs/src/documentation/content/xdocs/basic.xml
URL: http://svn.apache.org/viewvc/pig/trunk/src/docs/src/documentation/content/xdocs/basic.xml?rev=1786811&r1=1786810&r2=1786811&view=diff
==============================================================================
--- pig/trunk/src/docs/src/documentation/content/xdocs/basic.xml (original)
+++ pig/trunk/src/docs/src/documentation/content/xdocs/basic.xml Mon Mar 13 21:22:20 2017
@@ -5424,7 +5424,7 @@ D = foreach C generate A::y, z; -- Canno
 <p> In cases where the schema is stored as part of the StoreFunc like PigStorage, JsonStorage, AvroStorage or OrcStorage,
    users generally have to use an extra FOREACH before STORE to rename the field names and remove the disambiguate
    operator from the names. To automatically remove the disambiguate operator from the schema for the STORE operation,
-   the <i>pig.store.schema.disambiguate</i> Pig property can be set to "false". It is the responsibility of the user
+   the pig.store.schema.disambiguate Pig property can be set to "false". It is the responsibility of the user
    to make sure that there is no conflict in the field names when using this setting.
 </p>
 </section>