Communicate to the storer the location where the data needs to be stored. The location string passed to the StoreFuncInterface here is the return value of StoreFuncInterface#relToAbsPathForStoreLocation(String, Path) This method will be called in the frontend and backend multiple tim
(String location, Job job)
| 86 | * @throws IOException if the location is not valid. |
| 87 | */ |
| 88 | void setStoreLocation(String location, Job job) throws IOException; |
| 89 | |
| 90 | /** |
| 91 | * Set the schema for data to be stored. This will be called on the |
no outgoing calls