Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/DeveloperGuide/UDTF" page has been changed by PaulYang. http://wiki.apache.org/hadoop/Hive/DeveloperGuide/UDTF?action=diff&rev1=7&rev2=8 -------------------------------------------------- public abstract void process(Object[] args) throws HiveException; /** - * Called to notify the UDTF that there are no more rows to process. Note that + * Called to notify the UDTF that there are no more rows to process. + * Clean up code or additional forward() calls can be made here. - * forward() should not be called in this function. Only clean up code should - * be run. */ public abstract void close() throws HiveException;
