Ignore:
Timestamp:
Jul 3, 2008, 5:40:27 PM (16 years ago)
Author:
waue
Message:

resolve 0.17 ->0.16 problem . all? not sure ! XD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/hadoop-0.16/tw/org/nchc/demo/DemoWordCountTuple.java

    r27 r28  
    163163    conf.setNumReduceTasks(numReduceTasks);
    164164    // 0.16
    165     // conf.setInputPath(new Path(inPath));
    166     Convert.setInputPath(conf, new Path(inPath));
     165    conf.setInputPath(new Path(inPath));
    167166    conf.setInputFormat(SequenceFileInputFormat.class);
    168167
    169     // conf.setOutputPath(new Path(outputPath));
    170     Convert.setInputPath(conf, new Path(outputPath));
     168    conf.setOutputPath(new Path(outputPath));
    171169    conf.setOutputKeyClass(Tuple.class);
    172170    conf.setOutputValueClass(IntWritable.class);
Note: See TracChangeset for help on using the changeset viewer.