当前位置:网站首页>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边栏推荐
猜你喜欢

线程池工作流程-图示

图解 Attention(完整版)!

为什么用了大牌工具后报表开发依然头痛

常坐飞机的你,为什么老惦记着“升舱”?

npm出现报错 npm WARN config global `--global`, `--local` are deprecated. Use `--location=global

DBeaver 安装及配置离线驱动

微信小程序的登录

Bika LIMS - SENAITE using open source LIMS set (users, roles and departments)

Sentinel 2A data preprocessing and calculation of six common vegetation indices in snap software

人脸合成效果媲美StyleGAN,而它是个自编码器
随机推荐
inner join 与 left join 之间的区别
SIP系统组成格式
Scala 简介一
mysql5.7.35安装配置教程【超级详细安装教程】
mysql 存储过程详解
电子游戏的核心原理
MySql 5.7.38下载安装教程 ,并实现在Navicat操作MySql
JUC阻塞队列-ArrayBlockingQueue
【kaggle】Spaceship Titanic - 预测哪些乘客被运送到另一个维度【CatBoost - 10%】
2022 IDEA (学生邮箱认证)安装使用教程以及基础配置教程
2022年编程语言排名,官方数据来了,让人大开眼界
【个人收藏】一些比较有用的链接
DVWA全级别通关教程
关闭线程池 shutdown 和 shutdownNow 的区别
用支持LaTex的Markdown语句编辑一个数学公式
简单了解单例模式
MySQL八股文背诵版
25年来最经典的电影特效名场面
How to set the explosion rate of legendary humanoid?Humanoid increase tutorial
kotlin协程与线程池