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

    r23 r27  
    44 * From :  NCHC. Taiwn
    55 * Last Update Date: 07/01/2008
    6  * Upgrade to 0.17
    76 */
    87
     
    152151    conf.setNumMapTasks(setup.mapTasks);
    153152    conf.setNumReduceTasks(setup.reduceTasks);
    154     // 0.16
    155 //    conf.setInputPath(new Path(setup.file_path));
    156     Convert.setInputPath(conf, new Path(setup.file_path));
     153    conf.setInputPath(new Path(setup.file_path));
    157154    conf.setMapperClass(IdentityMapper.class);
    158155    conf.setCombinerClass(IdentityReducer.class);
Note: See TracChangeset for help on using the changeset viewer.