MAPREDUCE服务 MRS-配置Sqoop通过IAM委托访问OBS:Sqoop使用样例
Sqoop使用样例
- 通过sqoop import导入MySQL数据到HDFS
sqoop import --connect jdbc:mysql://10.100.231.134:3306/test --username root --password xxx --query 'SELECT * FROM component where $CONDITIONS and component_id =" MRS 1.0_002"' --target-dir /tmp/component_test --delete-target-dir --fields-terminated-by "," -m 1 --as-textfile
- 通过sqoop export 导出OBS数据到MySQL
sqoop export --connect jdbc:mysql://10.100.231.134:3306/test --username root --password xxx --table component14 -export-dir obs://obs-file-bucket/xx/part-m-00000 --fields-terminated-by ',' -m 1
- 通过sqoop import导入MySQL数据到OBS
sqoop import --connect jdbc:mysql://10.100.231.134:3306/test --username root --password xxx --table component --target-dir obs://obs-file-bucket/xx --delete-target-dir --fields-terminated-by "," -m 1 --as-textfile
- 通过sqoop import导入MySQL数据到Hive OBS外表
sqoop import --connect jdbc:mysql://10.100.231.134:3306/test --username root --password xxx --table component --hive-import --hive-table component_test01 --fields-terminated-by "," -m 1 --as-textfile
- MapReduce服务_什么是存算分离_如何配置MRS集群存算分离
- MapReduce服务_什么是Loader_如何使用Loader
- MapReduce服务_如何使用MapReduce服务_MRS集群客户端安装与使用
- 大数据分析是什么_使用MapReduce_创建MRS服务
- OBS有什么功能_OBS使用_简单了解OBS
- 域名注册后离成功访问有多远_域名注册后如何访问域名_如何通过域名访问网站
- OBS对象存储是免费的吗_对象存储服务_对象存储如何使用
- 容器安全_容器入侵应急响应最佳实践-华为云
- OBS如何绑定自定义域名_OBS如何使用CDN加速_OBS如何使用CDN自动刷新
- 怎么用OBS直播_OBS如何使用_对象存储技术