Changes between Version 1 and Version 2 of hadoop-sample-code


Ignore:
Timestamp:
May 27, 2008, 5:04:28 PM (16 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • hadoop-sample-code

    v1 v2  
    22/*
    33
    4  * hadoop sample code
     4 * map reduce sample code
     5
    56 */
    6 
    77
    88
     
    3939
    4040import org.apache.hadoop.mapred.Reporter;
     41
    4142
    4243
     
    8586        }
    8687
    87 
    88 
    8988        // reducer: sums up all the counts
    9089
     
    126125
    127126
    128        
    129127
    130128        /**
     
    146144
    147145
    148                 JobConf conf = new JobConf(DemoWordCount.class);
     146                JobConf conf = new JobConf(WordCount.class);
    149147
    150148                conf.setJobName("wordcount");