This method will be called by Pig if the job which contains this store is successful, and some cleanup of intermediate resources is required. Implementations can clean up output locations in this method to ensure that no incorrect/incomplete results are left in the output location @param location Lo
(String location, Job job)
| 152 | * any runtime job information. |
| 153 | */ |
| 154 | void cleanupOnSuccess(String location, Job job) throws IOException; |
| 155 | } |
no outgoing calls