当前位置:网站首页>Flink学习第五天——Flink可视化控制台依赖配置和界面介绍
Flink学习第五天——Flink可视化控制台依赖配置和界面介绍
2022-08-01 23:22:00 【qq_16397653】
WebUI可视化界面
- 访问:ip:8081
- 方式一:服务端部署Flink集群(生产环境)
- 方式二:本地依赖添加(测试开发)
<!--Flink web ui--> <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-runtime-web_${scala.version}</artifactId> <version>${flink.version}</version> </dependency>代码开发
public static void main(String[] args) throws Exception { final StreamExecutionEnvironment env = StreamExecutionEnvironment.createLocalEnvironmentWithWebUI(new Configuration()); //env.setParallelism(1); DataStream<String> stringDataStream = env.socketTextStream("127.0.0.1",8888); DataStream<String> flatMapDataStream = stringDataStream.flatMap(new FlatM
边栏推荐
猜你喜欢

6134. Find the closest node to the given two nodes - force double hundred code

What is CICD excuse me

测试岗月薪5-9k,如何实现涨薪到25k?

leetcode刷题

仿牛客网项目第三章:开发社区核心功能(详细步骤和思路)

还在纠结报表工具的选型么?来看看这个

Deep Learning Fundamentals - Numpy-based Recurrent Neural Network (RNN) implementation and backpropagation training

Is TCP reliable?Why?

C语言——分支语句和循环语句

chrome copies the base64 data of an image
随机推荐
Chapter 12 End-User Task As Shell Scripts
请问什么是 CICD
【好书推荐】第一本无人驾驶技术书
qt-faststart installation and use
仿牛客网项目第三章:开发社区核心功能(详细步骤和思路)
CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架
用virtualenv和Virtualenvwrapper虚拟环境管理工具创建虚拟环境
Oracle database is set to read-only and read-write
毕业作业
Additional Features for Scripting
Nacos配置中心之加载配置
程序员如何优雅地解决线上问题?
萍不回答
E - Integer Sequence Fair
Interpretation of the paper (GSAT) "Interpretable and Generalizable Graph Learning via Stochastic Attention Mechanism"
visual studio code multiple editing
excel split text into different rows
Calculate the midpoint between two points
Chapter 12 End-User Task As Shell Scripts
6134. Find the closest node to the given two nodes - force double hundred code