close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

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


Ignore:
Timestamp:
Jan 22, 2010, 4:17:46 PM (15 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