Changes between Version 13 and Version 14 of Hadoop_Lab5
- Timestamp:
- Sep 15, 2009, 4:16:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hadoop_Lab5
v13 v14 404 404 conf.setOutputFormat(TextOutputFormat.class); 405 405 406 FileInputFormat.setInputPaths(conf, new Path(args[0]));407 FileOutputFormat.setOutputPath(conf, new Path(args[1]));406 FileInputFormat.setInputPaths(conf, new Path("/user/hadooper/input")); 407 FileOutputFormat.setOutputPath(conf, new Path("lab5_out2")); 408 408 409 409 JobClient.runJob(conf);