Changes between Version 1 and Version 2 of inputouput


Ignore:
Timestamp:
11/15/2012 06:00:00 PM (13 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • inputouput

    v1 v2  
    88OracleDBRecordReader 这个类 84行       if (split.getLength() > 0 && split.getStart() > 0){ 这个判断有问题,第一个split start值就是为0,要去掉 
    99 
     10另外要增加驱动,jobtracker 机器上的hadoop/lib目录要放驱动,不用重启, 
     11其他的机器使用下面语句增加到class path上 
     12 
     13{{{ 
     14       DistributedCache.addFileToClassPath(new Path("/lib/ojdbc14.jar"), conf, FileSystem.get(conf)); 
     15 
     16}}} 
     17 
     18 
    1019HBASE