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

test!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample/hadoop-0.16/tw/org/nchc/code/WordCountIntoHBase.java

    r23 r27  
    44 * From :  NCHC. Taiwn
    55 * Last Update Date: 07/02/2008
    6  * Upgrade to 0.17
    76 */
    87
     
    107106    conf.setNumMapTasks(mapTasks);
    108107    conf.setNumReduceTasks(reduceTasks);
    109     // 0.16
    110     // conf.setInputPath(new Path(Input_Path));
    111     Convert.setInputPath(conf, new Path(Input_Path));
     108    conf.setInputPath(new Path(Input_Path));   
    112109    conf.setMapperClass(IdentityMapper.class);
    113110    conf.setCombinerClass(IdentityReducer.class);
Note: See TracChangeset for help on using the changeset viewer.