close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": liblber-2.4.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 13 and Version 14 of Hadoop_Lab5


Ignore:
Timestamp:
Sep 15, 2009, 4:16:07 PM (16 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);