摘要: Map意为映射,就是将数据映射为其他形式,如转换(加减乘除改格式),拓展(String的split一变多),以及过滤等。输出为KeyValue格式Reduce意为收缩 阅读全文
posted @ 2018-11-27 15:23 chenzechao 阅读(121) 评论(0) 推荐(0)
摘要: sqoop数据校验 阅读全文
posted @ 2018-11-27 14:03 chenzechao 阅读(337) 评论(0) 推荐(0)
摘要: oracle service name connect dest_ip=100.100.100.100 dest_port=1634 dest_dbname=server_name connect="jdbc:oracle:thin:@//${dest_ip}:${dest_port}/${dest_dbname}" 阅读全文
posted @ 2018-11-27 14:02 chenzechao 阅读(124) 评论(0) 推荐(0)