FileInputFormat.setInputPaths(job, new Path("F:\\mrdata\\index\\input"));
FileOutputFormat.setOutputPath(job, new Path("F:\\mrdata\\index\\out-seq-1"));
job.waitForCompletion(true);
}
}
public class IndexStepTwo {
public static class IndexStepTwoMapper extends Mapper<Text, IntWritable, Text, Text> {