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/DemoWordCountTuple2.java

    r27 r28  
    125125   
    126126    // 0.16
    127 //    conf.setInputPath(new Path(inPath));
    128     Convert.setInputPath(conf,new Path(inPath));
     127    conf.setInputPath(new Path(inPath));
     128//    Convert.setInputPath(conf,new Path(inPath));
    129129    conf.setInputFormat(SequenceFileInputFormat.class);
    130130    // 0.16
    131 //    conf.setOutputPath(new Path(outputPath));
    132     Convert.setInputPath(conf, new Path(outputPath));
     131    conf.setOutputPath(new Path(outputPath));
     132    //    Convert.setInputPath(conf, new Path(outputPath));
     133
    133134   
    134135    conf.setOutputKeyClass(Tuple.class);
Note: See TracChangeset for help on using the changeset viewer.