190191192193194195196
}; } @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); }
151152153154155156157
} @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); }
189190191192193194195