当前位置:网站首页>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
边栏推荐
- 2022/7/31
- 解决yolov5训练时出现:“AssertionError: train: No labels in VOCData/dataSet_path/train.cache. Can not train ”
- Chapter 12 End-User Task As Shell Scripts
- C语言——分支语句和循环语句
- ROS2初级知识(8):Launching启动多节点
- 测试岗月薪5-9k,如何实现涨薪到25k?
- The third chapter of the imitation cattle network project: develop the core functions of the community (detailed steps and ideas)
- numpy.around
- TCP 可靠吗?为什么?
- y84.第四章 Prometheus大厂监控体系及实战 -- prometheus告警机制进阶(十五)
猜你喜欢

简单3D渲染器的制作

从0到100:招生报名小程序开发笔记

C#大型互联网平台管理框架源码:基于ASP.NET MVC+EF6+Bootstrap开发,支持多数据库

邻接表与邻接矩阵

云原生DevOps环境搭建

分享10套开源免费的高品质源码,免费源码下载平台

The monthly salary of the test post is 5-9k, how to increase the salary to 25k?

img 响应式图片的实现(含srcset属性、sizes属性的使用方法,设备像素比详解)

How do programmers solve online problems gracefully?

研发团队数字化转型实践
随机推荐
加载字体时避免隐藏文本
Avoid , ,
, and tagsCodeforces CodeTON Round 2 (Div. 1 + Div. 2, Rated, Prizes!) A-D 题解
简单3D渲染器的制作
问题解决方式了
Data Organization --- Chapter 5 Trees and Binary Trees --- The Concept of Binary Trees --- Application Questions
Secondary Vocational Network Security Competition B7 Competition Deployment Process
y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
解决端口占用
[LeetCode304 Weekly Competition] Two questions about the base ring tree 6134. Find the closest node to the given two nodes, 6135. The longest cycle in the graph
测试岗月薪5-9k,如何实现涨薪到25k?
研发团队数字化转型实践
numpy.around
计算两点之间的距离
Chapter 19 Tips and Traps: Common Goofs for Novices
Background project Express-Mysql-Vue3-TS-Pinia page layout-sidebar menu
CAKE:一个用于多视图知识图谱补全的可扩展性常识感知框架
npm npm
JAX-based activation function, softmax function and cross entropy function
TCP 可靠吗?为什么?