sqoop
love_chenfeng
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
sqoop import 自动增量导入 报错
报错: 17/04/12 09:49:18 ERROR tool.BaseSqoopTool: Error parsing arguments for job: 17/04/12 09:49:18 ERROR tool.BaseSqoopTool: Unrecognized argument: job_1 17/04/12 09:49:18 ERROR tool.BaseSqoopTool:原创 2017-04-12 10:00:30 · 9831 阅读 · 0 评论 -
sqoop import 报错:mysqld 没有开启
17/04/12 15:26:16 ERROR manager.SqlManager: Error executing statement: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failureThe last packet sent successfully to the serve原创 2017-04-12 15:28:42 · 857 阅读 · 0 评论 -
简易串联,mysql,hive和sqoop
我们把stu表导入到hive中,使用如下命令: sqoop import --connect jdbc:mysql://sunchen11/test--username hive --password hive --table stu -m 1 --hive-import 我们在hive中对导入的表进行处理前, 先在hive中创建一个cour表,原创 2017-07-05 23:57:58 · 544 阅读 · 0 评论
分享