Flink Hello World
pom
1 | <!-- Flink 核心依赖 --> |
输入
1 | yuan@ThinkPad:~$ nc -lk 9999 |
输出
1 | a |
代码
1 | public static void main(String[] args) throws Exception { |
知识点
1 | 假设集群有3台机器,每台机器有2个slot |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.