Changes between Version 13 and Version 14 of Hadoop_Lab5


Ignore:
Timestamp:
Sep 15, 2009, 4:16:07 PM (15 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hadoop_Lab5

    v13 v14  
    404404     conf.setOutputFormat(TextOutputFormat.class);
    405405
    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"));
    408408
    409409     JobClient.runJob(conf);