postgresql导入数据到hive

整张表导入

在linux环境中运行:

[root@dthost27 ~]# 
sqoop import --connect jdbc:postgresql://192.168.xxx.xxx:5432/pgsql_db 
--username user11 --password 123456 --table pgsql_table11 
--hive-import --hive-database hive_db --hive-table  hive_table11  
--map-column-hive reportinfo=string --map-column-java reportinfo=String 
--hive-overwrite --delete-target-dir --hive-drop-import-delims --hive-drop-import-delims --null-string '' --null-non-string '' -m5e

注意:
(1)jdbc:postgresql://192.168.xxx.xxx:5432/pgsql_db 指定了postgresql的地址和库名
(2)username–用户名;password–密码;table–指定该库中的某个表
(3)hive-database–指定hive中的库;hive-table–指定hive中的表,这个表允许未创建,命令执行时可自动创建
(4) --map-column-hive reportinfo=string --map-column-java reportinfo=String:这是因为要导入的pgsql表中有一个字段的类型为json,hive中没有对应类型,因此增加了参数–map-c

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值