Changes between Version 20 and Version 21 of jazz/08-11-05


Ignore:
Timestamp:
Nov 5, 2008, 12:02:24 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-11-05

    v20 v21  
    1111{{{
    1212      throw new IOException("SUICIDE");
     13}}}
     14
     15 * 因為 key 是 Text 型態,因此要設定 OutputKeyClass 為 Text
     16{{{
     17    conf.setOutputKeyClass(Text.class);
    1318}}}
    1419