赞
踩
为了快速学习Flink,在 Windows 本地进行部署。
资源:https://github.com/apache/flink-playgrounds
环境:docker,git
部署过程:
下载flink-playgrounds源代码:
git clone --branch release-1.11 https://github.com/apache/flink-playgrounds.git
打开docker,构建:
这一步时间比较长,我尝试了两次才成功
- cd flink-playgrounds/operations-playground
- docker-compose build
启动环境:
- cd flink-playgrounds/operations-playground
- docker-compose up -d
- docker-compose ps
部署成功:
访问Flink管理页面 http://localhost:8081/#/overview
停止开发环境:
docker-compose down -v
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。