From 7ef587d135f21c07c538f89bf87ac6736c39b568 Mon Sep 17 00:00:00 2001 From: old-tom <892955278@msn.cn> Date: Wed, 5 Mar 2025 08:56:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 本机环境/开发环境.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/本机环境/开发环境.md b/本机环境/开发环境.md index 913e6f4..5231e2b 100644 --- a/本机环境/开发环境.md +++ b/本机环境/开发环境.md @@ -173,3 +173,19 @@ $ docker-compose --profile all up -d cd E:\code\opensource\dify\docker docker compose up -d ``` + ++ mac flink +安装 +```shell +brew install apache-flink +``` +查看版本 +```shell +flink --version +``` +启动集群standalone +```shell +cd /opt/homebrew/Cellar/apache-flink/1.20.1/libexec/bin && ./start-cluster.sh +``` +web UI +http://localhost:8081/#/overview \ No newline at end of file