HadoopUtility.toHConfiguration(index, job);
index.close();
InputSplit s = new BitPostingIndexInputSplit(
new Path(args[3]), Long.parseLong(args[4]), Long.parseLong(args[5]),
new String[0], Integer.parseInt(args[6]), Integer.parseInt(args[7]));
RecordReader<IntWritable, IntObjectWrapper<IterablePosting>> rr = new BitPostingIndexInputFormat().getRecordReader(s, job, new Reporter(){
public InputSplit getInputSplit() throws UnsupportedOperationException {return null;}
@SuppressWarnings("unchecked")
public void incrCounter(Enum arg0, long arg1) {}
public void incrCounter(String arg0, String arg1, long arg2) {}
@SuppressWarnings("unchecked")