当前位置:网站首页>Sqoop导入导出时数据内存溢出
Sqoop导入导出时数据内存溢出
2022-07-29 13:01:00 【AA赵师傅】
sqoop import \
-D yarn.scheduler.minimum-allocation-mb=4096 \
-D yarn.scheduler.maximum-allocation-mb=16192 \
-D mapreduce.map.memory.mb=4096 \
-D mapreduce.reduce.memory.mb=4096 \
--connect jdbc:mysql://localhost:3306/your_database \
--username root \
--password 123456 \
--target-dir /user/hive/warehouse/xxxx/xxx \
--hive-import \
--hive-database hive_database \
--hive-table hive_tableName\
--as-parquetfile \
--null-string '\\N' \
--null-non-string '\0' \
--fields-terminated-by '\001' \
--table mysql_tableName \
--fetch-size 1000边栏推荐
猜你喜欢
随机推荐
frp-免费内网穿透
The interviewer was stunned by the self-growth of 4 mainstream database IDs in one breath
SIP系统组成格式
The torch using summary
详述 TCP 的 TIME_WAIT 状态要维持 2MSL 的原因
【个人收藏】一些比较有用的链接
The most classic special effects scenes in 25 years
Windows系统Mysql8版本的安装教程
[网鼎杯 2020 半决赛]AliceWebsite
简单了解单例模式
Scala 简介一
【C语言】扫雷游戏实现(初阶)
轻松学Pytorch-Pytorch可视化
企业如何走出固定资产管理的困境?
torch使用总结
开关电源-LLC基本原理
MySql 5.7.38下载安装教程 ,并实现在Navicat操作MySql
CentOS7安装Oracle数据库的全流程
[WeChat applet] One article to solve button, input, image components
MIT指出公开预训练模型不能乱用









![[Mysql] LENGTH函数](/img/a1/112cac6b42f8c7abec7e4a6629dffd.png)