Sqoop 数据处理

  • 列出Mysql所有的数据库

sqoop list-databases --connect jdbc:mysql://localhost:3306 --username root --password 123456

  • 在hive中生成表结构

sqoop create-hive-table --connect jdbc:mysql://192.168.114.118:3306/test --username root --password 123456 --table test1 --fields-terminated-by '\t'

  • 直接导入数据到hive(default数据库, -m  用于指定MR任务map的个数)

sqoop import --connect jdbc:mysql://192.168.114.118:3306/test --username root --password 123456 --table test1 --fields-terminated-by '\t' --hive-import -m 1

 sqoop import --connect jdbc:mysql://192.168.114.118:3306/test --username root --password 123456 --table test1 --fields-terminated-by '\t' --hive-import -m 1

  • 上传到指定数据库(test, 有hive-overwrite会覆盖hive中原表的数据,没有的话就会追加数据)

sqoop import --connect jdbc:mysql://192.168.114.118:3306/test --username root --password 123456 --table test1 --fields-terminated-by '\t' --hive-import \
--hive-database test --hive-overwrite -m 1


更详细的命令参数请参考:

http://www.cnblogs.com/dongdone/p/5695497.html

http://blog.csdn.net/lifuxiangcaohui/article/details/40588929(HDFS-HIVE数据转换)

转载于:https://my.oschina.net/trydaydayup/blog/1518599

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值