gpt4 book ai didi

mysql - Sqoop导入mysql到hive,数据不正确

转载 作者:行者123 更新时间:2023-11-29 18:07:55 25 4
gpt4 key购买 nike

我使用sqoop将一些数据从mysql导入到hive,完成后,我发现某些列中的某些行不正确。这是我的代码:

bin/sqoop import -Dhadoop.security.credential.provider.path=mypath  
--table mytable --hive-overwrite --hive-table myhivetable
--username myname -–password-alias mydb.password.alias
--connect myconn -m 1 --null-string '**' --null-non-string '**'
--fields-terminated-by '\001' --lines-terminated-by '\n'

这是mysql中正确的数据:

data

但在 hive 中是:

hive

以下是配置单元中的一些行:

enter image description here

最佳答案

您的代码应该采用这种格式

Sqoop import - - connect jdbc:mysql://localhost/tablename - - driver com.mysql.jdbc.Driver - - table 表名 - - hive-import

关于mysql - Sqoop导入mysql到hive,数据不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47673423/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com