(Configuration conf)
| 382 | } |
| 383 | |
| 384 | public static ReaderOptions readerOptions(Configuration conf) { |
| 385 | return new ReaderOptions(conf); |
| 386 | } |
| 387 | |
| 388 | public static Reader createReader(Path path, |
| 389 | ReaderOptions options) throws IOException { |
no outgoing calls