189190191192193194195
}; } @Override public FileSKVIterator openIndex(String file, FileSystem fs, Configuration conf, AccumuloConfiguration acuconf) throws IOException { return new SequenceFileIterator(MapFileUtil.openIndex(conf, fs, new Path(file)), false); }