(String location, Job job)
| 186 | } |
| 187 | |
| 188 | @Override |
| 189 | public ResourceSchema getSchema(String location, Job job) |
| 190 | throws IOException { |
| 191 | return Utils.getSchema(this, location, true, job); |
| 192 | } |
| 193 | |
| 194 | @Override |
| 195 | public ResourceStatistics getStatistics(String location, Job job) |