hadoop支持的输入、输出类型 摘自象书1. 文本:TextInpuFormat2. 关系数据库: DBInputFormat 注意这是单个的数据源,没有Sharding. 如果数据很多,会有多个map task同时读它,可能导致数据库承受不了压力。3. Hbase: TableInputFormat