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 2013/03/25 19:55:31 UTC

svn commit: r1460844 - /pig/branches/branch-0.11/src/docs/src/documentation/content/xdocs/udf.xml

Author: daijy
Date: Mon Mar 25 18:55:31 2013
New Revision: 1460844

URL: http://svn.apache.org/r1460844
Log:
PIG-3260:  Number of languages which support UDF is listed 3 instead of 5 

Modified:
    pig/branches/branch-0.11/src/docs/src/documentation/content/xdocs/udf.xml

Modified: pig/branches/branch-0.11/src/docs/src/documentation/content/xdocs/udf.xml
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/src/docs/src/documentation/content/xdocs/udf.xml?rev=1460844&r1=1460843&r2=1460844&view=diff
==============================================================================
--- pig/branches/branch-0.11/src/docs/src/documentation/content/xdocs/udf.xml (original)
+++ pig/branches/branch-0.11/src/docs/src/documentation/content/xdocs/udf.xml Mon Mar 25 18:55:31 2013
@@ -28,7 +28,7 @@
 <section id="udfs">
 <title>Introduction</title>
 <p>
-Pig provides extensive support for user defined functions (UDFs) as a way to specify custom processing. Pig UDFs can currently be implemented in three languages: Java, Python, JavaScript, Ruby and Groovy. 
+Pig provides extensive support for user defined functions (UDFs) as a way to specify custom processing. Pig UDFs can currently be implemented in five languages: Java, Python, JavaScript, Ruby and Groovy. 
 </p>
 
 <p>