Author: pradeepkth
Date: Wed Jan 13 20:32:15 2010
New Revision: 898930
URL: http://svn.apache.org/viewvc?rev=898930&view=rev
Log:
minor update to a comment in LoadFunc
Modified:
hadoop/pig/branches/load-store-redesign/src/org/apache/pig/LoadFunc.java
Modified:
hadoop/pig/branches/load-store-redesign/src/org/apache/pig/LoadFunc.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/branches/load-store-redesign/src/org/apache/pig/LoadFunc.java?rev=898930&r1=898929&r2=898930&view=diff
==============================================================================
--- hadoop/pig/branches/load-store-redesign/src/org/apache/pig/LoadFunc.java
(original)
+++ hadoop/pig/branches/load-store-redesign/src/org/apache/pig/LoadFunc.java
Wed Jan 13 20:32:15 2010
@@ -65,7 +65,9 @@
/**
* Communicate to the loader the location of the object(s) being loaded.
* The location string passed to the LoadFunc here is the return value of
- * {...@link LoadFunc#relativeToAbsolutePath(String, Path)}
+ * {...@link LoadFunc#relativeToAbsolutePath(String, Path)}.
Implementations
+ * should use this method to communicate the location (and any other
information)
+ * to its underlying InputFormat through the Job object.
*
* This method will be called in the backend multiple times.
Implementations
* should bear in mind that this method is called multiple times and should
@@ -273,4 +275,4 @@
// default implementation is a no-op
}
-}
\ No newline at end of file
+}