当前位置:网站首页>Flink学习第四天——完成第一个Flink 流批一体案例
Flink学习第四天——完成第一个Flink 流批一体案例
2022-08-01 23:22:00 【qq_16397653】
创建项目
- maven项目
- jdk8或11
添加依赖
<properties>
<encoding>UTF-8</encoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<java.version>1.8</java.version>
<scala.version>2.12</scala.version>
<flink.version>1.13.1</flink.version>
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.16</version>
</dependency>
<!--flink客户端-->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients_${scala.ve
边栏推荐
- bat 之 特殊字符&转义
- excel remove all carriage return from a cell
- 访问控制台中的选定节点
- excel vertical to horizontal
- Check if point is inside rectangle
- Thesis understanding [RL - Exp Replay] - Experience Replay with Likelihood-free Importance Weights
- JAX-based activation function, softmax function and cross entropy function
- 【C语言进阶】文件操作(二)
- 程序员如何优雅地解决线上问题?
- 6134. 找到离给定两个节点最近的节点-力扣双百代码
猜你喜欢
How do programmers solve online problems gracefully?
访问控制台中的选定节点
Leetcode 129求根节点到叶节点数字之和、104二叉树的最大深度、8字符串转换整数(atoi)、82删除排序链表中的重复元素II、204二分查找、94二叉树的中序遍历、144二叉树的前序遍历
y84. Chapter 4 Prometheus Factory Monitoring System and Actual Combat -- Advanced Prometheus Alarm Mechanism (15)
Deep Learning Fundamentals - Numpy-based Recurrent Neural Network (RNN) implementation and backpropagation training
深度学习基础-基于Numpy的循环神经网络(RNN)实现和反向传播训练
cmd command
伸展树的特性及实现
从0到100:招生报名小程序开发笔记
sys_kill系统调用
随机推荐
Additional Features for Scripting
Chapter 12 End-User Task As Shell Scripts
系统可用性:SRE口中的3个9,4个9...到底是个什么东西?
最短路模板
ELK日志采集
vscode hide menu bar
numpy.around
npm npm
excel clear format
chrome copies the base64 data of an image
Calculate the angle of a line defined by two points
PDF转Word有那么难吗?做一个文件转换器,都解决了
分享10套开源免费的高品质源码,免费源码下载平台
How to better understand and do a good job?
Leetcode 129求根节点到叶节点数字之和、104二叉树的最大深度、8字符串转换整数(atoi)、82删除排序链表中的重复元素II、204二分查找、94二叉树的中序遍历、144二叉树的前序遍历
访问控制台中的选定节点
How do programmers solve online problems gracefully?
浅析多服务在分布式系统下多事务通信处理机制方案
Secondary Vocational Network Security Competition B7 Competition Deployment Process
TCP 可靠吗?为什么?