You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by Apache Wiki <wi...@apache.org> on 2009/10/16 20:29:31 UTC

[Pig Wiki] Update of "LoadStoreRedesignProposal" by PradeepKamath

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification.

The "LoadStoreRedesignProposal" page has been changed by PradeepKamath:
http://wiki.apache.org/pig/LoadStoreRedesignProposal?action=diff&rev1=7&rev2=8

       * to commit information to a metadata system, clean up tmp files, 
       * close connections, etc.  This call will be made on the front end
       * after all back end processing is finished.
+      * @param conf The job configuration 
       */
-     void allFinished();
+     void allFinished(Configuration conf);