gpt4 book ai didi

mysql - 无法使用sqoop从配置单元分区表mysql表中导出数据

转载 作者:可可西里 更新时间:2023-11-01 15:57:55 28 4
gpt4 key购买 nike

我正在研究 POC,我们需要将数据从 MySQL Db 获取到 Hive 分区表,然后需要将数据传输到 MySQL DB 表。我创建了支持酸属性并按年和月分区的表。所以目前我无法将数据传输到 MySQL DB。那么有人可以建议我如何实现这一目标吗?

最佳答案

您可以使用Sqoop import将表数据传输到hive,方法如下:

sqoop import --connect <connection string>
--username <>
-P
--table <table name>
--target-dir <location> <table name>
--fields-terminated-by ","
--hive-import
--create-hive-table
--hive-table <hive table name

然后您可以使用 Export 代替 import 将数据导出回我的 sql。

$ sqoop export \
--connect <connect string>\
--username \
-P
--table <hive table>\
--export-dir <location

关于mysql - 无法使用sqoop从配置单元分区表mysql表中导出数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41195494/

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