Skip to content

Quick start

jiangbo edited this page Jan 18, 2020 · 4 revisions

下载代码

1.使用git clone工具

git clone https://github.com/DTStack/flinkx.git
cd flinkx

2.直接下载源码

wget https://github.com/DTStack/flinkx/archive/1.8.3.zip
unzip flinkx-1.8.3.zip
cd flink-1.8.3

编译插件包

1.unix平台编译

mvn clean package -Prelease -DscriptType=sh

2.windows平台编译

mvn clean package -Prelease -DscriptType=bat

运行任务

bin/flinkx -mode local -job ./examples/stream_example.json

Clone this wiki locally