AHaiTang's Blog
  • 🔍搜索
  • 🏠主页
  • 📚文章
  • ⏱时间轴
  • 🧩分类
  • 🔖标签
  • 🙋🏻‍♂️关于
  • 🤝友链
主页 » Tags

环境搭建

Flink 环境配置

Flink 集群搭建 Standlone 模式搭建 解压flink 1 [bigdata@hadoop102 software]$ tar -zxvf flink-1.17.0-bin-scala_2.12.tgz -C /opt/module/ 修改集群配置 1. 修改 flink-conf.yaml 1 2 3 4 5 6 7 [atguigu@hadoop102 conf]$ vim flink-conf.yaml # JobManager 节点地址. jobmanager.rpc.address: hadoop102 jobmanager.bind-host: 0.0.0.0 rest.address: hadoop102 rest.bind-address: 0.0.0.0 # TaskManager 节点地址.需要配置为当前机器名 taskmanager.bind-host: 0.0.0.0 anager.host: hadoop102 2.修改workers ...

2025-04-03 · 1 分钟 · AHaiTang
© 2025 AHaiTang's Blog · Powered by Hugo & PaperMod
本站已运行
访问量次 访客数人次