摘要: sqoop中,如果数据中本身有换行符,会导致数据错位; 解决办法: 在sqoop import时修改配置文件 添加了: delims Drops \n, \r, and \01 from string fields when importing to Hive. 阅读全文
posted @ 2016-07-18 12:27 HarkLee 阅读(6551) 评论(0) 推荐(0) 编辑