/images/avatar.png

runzhliu

Flink和Yarn

概述 大家知道 Yarn 是做资源管理的 Hadoop 的组件,熟悉 Spark on Yarn 的同学应该不会陌生,本文翻译一下官方文档中关于 Flink 和 Yarn 的交互介绍 https://ci.apache.org/projects/flink/flink-docs-release-1.7/ops/deployment/yarn_setup.html How Flink and YARN Interact Yarn 的客户端需要访问

Flink任务容器化

概述 1 2 3 4 5 6 7 8 9 /path/to/flink/flink-container/docker ├── Dockerfile ├── README.md ├── build.sh ├── docker-compose.yml ├── docker-entrypoint.sh └── test-job-cluster.sh 0 directories, 6 files Flink Dockerfile 走读已经介绍了 Flink 的镜像应该如何构建了,接下来,本文解释一

Git基本操作和基于Fork的工作流

概述 本文浅讲一下 Git 的基本操作和 Fork 工作流 Git基本操作 Git重要的命令 1 2 3 git help man git git xxx --help Git的几个概念 1 2 3 4 worktree = workspace = 工作区 = 工作目录 index =