使用 sqoop2 将 MYSQL 数据注入 S3 存储桶

问题描述

我正在尝试使用 sqoop 2 将数据库数据传输到 s3 存储桶中。我无法找到如何直接在 sqoop 2 中实现这一点。在 sqoop 1 中,我们可以运行以下命令来实现这一点。

sqoop import -Dfs.s3a.access.key= -Dfs.s3a.secret.key= --connect "" --username root --password  --table  --target-dir s3a://path/to-db-data

但是在sqoop 2中,不写hdfs就不能直接实现吗?我还附加了在 sqoop2 中看到的所有连接器

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)