This method will be called by Pig if the job which contains this store fails. Implementations can clean up output locations in this method to ensure that no incorrect/incomplete results are left in the output location @param location Location returned by {@link StoreFuncInterface#relToAbsPathForStor
(String location, Job job)
| 139 | * any runtime job information. |
| 140 | */ |
| 141 | void cleanupOnFailure(String location, Job job) throws IOException; |
| 142 | |
| 143 | /** |
| 144 | * This method will be called by Pig if the job which contains this store |
no outgoing calls