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.
- Timestamp:
-
Sep 15, 2009, 4:16:07 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
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); |