Get a schema for the data to be loaded. @param location Location as returned by LoadFunc#relativeToAbsolutePath(String, org.apache.hadoop.fs.Path) @param job The Job object - this should be used only to obtain cluster properties through Job#getConfiguration() and not to set/q
(String location, Job job)
| 50 | * @throws IOException if an exception occurs while determining the schema |
| 51 | */ |
| 52 | ResourceSchema getSchema(String location, Job job) throws |
| 53 | IOException; |
| 54 | |
| 55 | /** |
no outgoing calls