Changes between Version 3 and Version 4 of waue/2010/0115-HelloHadoopV1


Ignore:
Timestamp:
Jan 22, 2010, 4:17:46 PM (14 years ago)
Author:
shunfa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • waue/2010/0115-HelloHadoopV1

    v3 v4  
    7676                // 指定reduce class
    7777                job.setReducerClass(HelloReducer.class);
    78                 // 開使運算
     78                // 開運算
    7979                job.waitForCompletion(true);
    8080