Changes between Initial Version and Version 1 of inputouput


Ignore:
Timestamp:
11/15/2012 05:55:28 PM (13 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • inputouput

    v1 v1  
     1输入输出主要有下面种类: 
     2 
     3文件: 
     4 
     5关系数据库: 
     6对mysql支持比较好 
     7读oracle时候split有问题 
     8OracleDBRecordReader 这个类 84行       if (split.getLength() > 0 && split.getStart() > 0){ 这个判断有问题,第一个split start值就是为0,要去掉 
     9 
     10HBASE