mac flink

Last updated on September 15, 2024 pm

🧙 Questions

使用brew安装flink

☄️ Ideas

安装命令
brew install apache-flink
配置环境变量
sudo vim /etc/profile
export FLINK_HOME=/opt/homebrew/opt/apache-flink/libexec
export PATH=$PATH:$FLINK_HOME/bin
source /etc/profile
vim $FLINK_HOME/conf/flink-conf.yaml

直接新增

jobmanager.archive.fs.dir: hdfs://ispong-mac.local:9000/completed-jobs
historyserver.archive.fs.dir: hdfs://ispong-mac.local:9000/completed-jobs

historyserver.web.port: 8082
historyserver.web.address: ispong-mac.local

historyserver.archive.fs.refresh-interval: 10000
  • 启动historyserver
historyserver.sh start

mac flink
https://ispong.isxcode.com/os/mac/mac flink/
Author
ispong
Posted on
February 16, 2023
Licensed under