当前位置: 首页 > news >正文

云主机测试Flink磁盘满问题解决

问题描述:

使用云主机测试Flink时,根目录满了。 经排查发现运行Flink任务后根目录空间一直在减少,最后定位持续增加的目录是/tmp目录 

解决方法:

修改Flink配置使用一个相对较大的磁盘目录做为Flink运行时目录 


# Override the directories for temporary files. If not specified, the
# system-specific Java temporary directory (java.io.tmpdir property) is taken.
#
# For framework setups on Yarn, Flink will automatically pick up the
# containers' temp directories without any need for configuration.
#
# Add a delimited list for multiple directories, using the system directory
# delimiter (colon ':' on unix) or a comma, e.g.:
#     /data1/tmp:/data2/tmp:/data3/tmp
#
# Note: Each directory entry is read from and written to by a different I/O
# thread. You can include the same directory multiple times in order to create
# multiple I/O threads against that directory. This is for example relevant for
# high-throughput RAIDs.
#
io.tmp.dirs: /dev/shm/tmp

问题解决

http://www.lryc.cn/news/111176.html

相关文章:

  • iOS开发-NSOperationQueue实现上传图片队列
  • 通过 CCIP 构建跨链应用(5 个案例)
  • 基于 yolov8 的人体姿态评估
  • 计算机视觉(六)图像分类
  • 解决:vue通过params传参刷新页面参数丢失问题以及实现vue路由可选参数的解决办法
  • 将postman接口导出的json转换为markdown
  • 教您一招解决找素材困难好的方法
  • python_PyQt5开发验证K线视觉想法工具V1.2_批量验证
  • 应急响应-web后门(中间件)的排查思路
  • XML 学习笔记 7:XSD
  • neo4j图数据库基础操作命令(CQL语法)
  • vscode无法连接远程服务器的可能原因:远程服务器磁盘爆了
  • SSL 证书过期巡检脚本 (Python 版)
  • 从0到1自学网络安全(黑客)【附学习路线图+配套搭建资源】
  • Michael.W基于Foundry精读Openzeppelin第20期——EnumerableMap.sol
  • 深入探索二叉树:应用、计算和遍历
  • 关于 1 + 1 = 2 的证明
  • 【C++】——内存管理
  • Jmeter录制HTTPS脚本
  • Linux 的Centos 7 安装 启动 Google Chrome
  • DNS WEB HTTP
  • 微信小程序animation动画,微信小程序animation动画无限循环播放
  • node.js
  • 【微信小程序创作之路】- 小程序远程数据请求、获取个人信息
  • XML基础知识讲解
  • (十二)大数据实战——hadoop集群之HDFS高可用自动故障转移
  • Ubuntu下载deb包及其依赖包
  • Ubuntu中解/压缩命令
  • 剑指 Offer 12. 矩阵中的路径(回溯 DFS)
  • iceberg对比hive优势