mac flink
Last updated on November 22, 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
配置flink history
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
🔗 Links
mac flink
https://ispong.isxcode.com/os/mac/mac flink/