FileInputFormat.setInputPaths(job, new Path("hdfs://single:9000/test/student_ext/student.txt"));
FileOutputFormat.setOutputPath(job, new Path("hdfs://single:9000/test/student_ext/test"));

FileInputFormat.setInputPaths(job, new Path("hdfs://single:9000/test/student_ext/student.txt"));
FileOutputFormat.setOutputPath(job, new Path("hdfs://single:9000/test/student_ext/test"));