赞
踩
这篇直接贴上案例,关于理论方面,我会选文章专门将Flink的运行流程、架构、原理、流处理、批处理的理论。
代码结构类型:maven的module
该处是DTFlinkStreaming
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <!-- 作为module模块 -->
- <parent>
- <artifactId>DTFlink</artifactId>
- <groupId>com.kevin</groupId>
- <version>1.0-SNAPSHOT</version>
- </parent>
- <artifactId>DTFlinkStreaming</artifactId>
-
- <modelVersion>4.0.0</modelVersion>
-
- <dependencies>
-
- <dependency>
- <groupId>org.apache.flink</groupId>
- <artifactId&
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。