diff --git a/本机环境/开发环境.md b/本机环境/开发环境.md index 6f549c4..6c99c7c 100644 --- a/本机环境/开发环境.md +++ b/本机环境/开发环境.md @@ -174,6 +174,7 @@ cd E:\code\opensource\dify\docker docker compose up -d ``` +<<<<<<< .merge_file_PtWIJM + seatunel 集群 集群搭建 G:\docker\compose\seatunnel ```shell @@ -183,4 +184,21 @@ docker-compose up -d ```shell docker run --name seatunnel_client --network seatunnel_seatunnel_network -e ST_DOCKER_MEMBER_LIST=172.16.0.2:5801 -v E:\\tmp\\st\\mysql_cdc_test_2.template:/opt/seatunnel/config/mysql_cdc_test_2.template --rm apache/seatunnel ./bin/seatunnel.sh -c config/mysql_cdc_test_2.template -``` \ No newline at end of file +``` +======= ++ 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 +>>>>>>> .merge_file_9EbkBP