flink-streaming-platform-web/docs/manual-jar.md
2025-03-28 17:52:09 +08:00

49 lines
854 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 效果
![图片](http://img.ccblog.cn/flink/1-3.png)
![图片](http://img.ccblog.cn/flink/1-2.png)
## 说明
### 重要自研的jar流计算任务必须先放到http服务上自己搭建一个http服务器
### 或者: 如果使用三方jar管理功能 可直接填写jar包名字
flink-connector-jdbc_2.11-1.12.0.jar
flink-streaming-udf.jar
mysql-connector-java-5.1.25.jar
### 主类名*
org.apache.flink.streaming.examples.socket.SocketWindowWordCount
### 主类jar的http地址*
http://192.168.1.100/jar/SocketWindowWordCount.jar
需要提前将jar放到内部的http服务器上
### 自定义参数主类参数:
主类里面main方法所需的参数 有用户自定义 可以不填写 取决于用户开发的主类
--port 9999 --hostname 192.168.1.100