Author: olga
Date: Sat Dec 19 01:46:14 2009
New Revision: 892416

URL: http://svn.apache.org/viewvc?rev=892416&view=rev
Log:
PIG-1162: Pig 0.6.0 - UDF doc (chandec via olgan)

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

Modified: hadoop/pig/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/CHANGES.txt?rev=892416&r1=892415&r2=892416&view=diff
==============================================================================
--- hadoop/pig/trunk/CHANGES.txt (original)
+++ hadoop/pig/trunk/CHANGES.txt Sat Dec 19 01:46:14 2009
@@ -24,6 +24,8 @@
 
 IMPROVEMENTS
 
+PIG-1162: Pig 0.6.0 - UDF doc (chandec via olgan)
+
 PIG-1163: Pig/Zebra 0.6.0 release (chandec via olgan)
 
 PIG-1156: Add aliases to ExecJobs and PhysicalOperators (dvryaboy via gates)

Modified: hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/udf.xml
URL: 
http://svn.apache.org/viewvc/hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/udf.xml?rev=892416&r1=892415&r2=892416&view=diff
==============================================================================
--- hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/udf.xml (original)
+++ hadoop/pig/trunk/src/docs/src/documentation/content/xdocs/udf.xml Sat Dec 
19 01:46:14 2009
@@ -731,6 +731,7 @@
 command:
 pig -cp sds.jar -Dudf.import.list=com.yahoo.yst.sds.ULT myscript.pig 
 </source>
+
 </section>
 
 <section>
@@ -885,8 +886,9 @@
 <section>
 <title>Builtin Functions and Function Repositories</title>
 
-<p>Pig comes with a set of built-in in functions. Two main properties 
differentiate builtin functions from UDFs. First, they don't need to be 
registered because Pig knows where they are. Second, they don't need to be 
qualified when used because Pig knows where to find them. </p>
-<p>In addition to builtins, Pig hosts a UDF repository called 
<code>piggybank</code> that allows users to share UDFs that they have written. 
The details are described in <a href="http://wiki.apache.org/pig/PiggyBank";> 
PiggyBank</a>. </p>
+<p>Pig comes with a set of builtin functions. Two main properties 
differentiate builtin functions from UDFs. First, they don't need to be 
registered because Pig knows where they are. Second, they don't need to be 
qualified when used because Pig knows where to find them. </p>
+
+<p>Pig also hosts a UDF repository called <code>piggybank</code> that allows 
users to share UDFs that they have written. The details are described in <a 
href="http://wiki.apache.org/pig/PiggyBank";> PiggyBank</a>. </p>
 
 </section>
 
@@ -1110,7 +1112,12 @@
 LOAD '27' USING RangeSlicer();
 </source>
 
-</section></section></section>
+</section>
+
+</section>
+
+
+</section>
 
 </body>
 </document>


Reply via email to