Sqoop的mysqltohive报错

博主分享了在使用Sqoop导入数据时遇到的数据库连接问题,通过排查发现是由于本地主机名问题导致。通过将localhost替换为实际IP,解决了CommunicationsException。文章强调了网络环境在大数据操作中的重要性。
摘要由CSDN通过智能技术生成

问题描述

执行语句bin/sqoop import --connect jdbc:mysql://localhost:3306/gdcmxy --username root --password root --table 2019bigdata --fields-terminated-by '\t' --delete-target-dir --num-mappers 1 --hive-import --hive-database gdcmxy --hive-table 2019bigdata

Error: java.lang.RuntimeException: java.lang.RuntimeException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

在这里插入图片描述

这个该死的问题,看到报错,初步判断主要是数据库连接问题,一开始以为是防火墙没有关,但考虑到之前不是hadoo肯定已经把防火墙关掉了,由此判断应该和防火墙没有关系。

集群环境:

在这里插入图片描述

解决方法:

把执行语句的localhost改为本机的ip地址bin/sqoop import --connect jdbc:mysql://192.168.112.81:3306/gdcmxy --username root --password root --table 2019bigdata --fields-terminated-by '\t' --delete-target-dir --num-mappers 1 --hive-import --hive-database gdcmxy --hive-table 2019bigdata
在这里插入图片描述
成功导入

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值