(String location, Job job)
| 179 | } |
| 180 | |
| 181 | @Override |
| 182 | public ResourceSchema getSchema(String location, Job job) |
| 183 | throws IOException { |
| 184 | return Utils.getSchema(this, location, true, job); |
| 185 | } |
| 186 | |
| 187 | @Override |
| 188 | public ResourceStatistics getStatistics(String location, Job job) |