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/demo/DemoHBaseSource.java

    r21 r27  
    44 * From :  NCHC. Taiwn
    55 * Last Update Date: 07/02/2008
    6  * Upgrade to 0.17
    76 * Re-code from : Cloud9: A MapReduce Library for Hadoop
    87 */
     
    2827import org.apache.hadoop.mapred.Reducer;
    2928import org.apache.hadoop.mapred.Reporter;
    30 
    31 import tw.org.nchc.code.Convert;
    3229
    3330/**
     
    104101    conf.setOutputKeyClass(Text.class);
    105102    conf.setOutputValueClass(IntWritable.class);
    106     //0.16
    107 //    conf.setOutputPath(new Path(outputPath));
    108     Convert.setOutputPath(conf,new Path(outputPath));
     103    conf.setOutputPath(new Path(outputPath));
    109104   
    110105    conf.setMapperClass(MapClass.class);
Note: See TracChangeset for help on using the changeset viewer.