File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ sh build/build.sh
2626
2727``` bash
2828# # windows平台
29- ./install_jars.bat
29+ ./$FLINKX_HOME /bin/ install_jars.bat
3030
3131# # unix平台
32- ./install_jars.sh
32+ ./$FLINKX_HOME /bin/ install_jars.sh
3333```
3434
3535## 运行任务
@@ -164,7 +164,7 @@ from source;
164164bin/flinkx \
165165 -mode local \
166166 -jobType sync \
167- -job flinkx-local-test/src/main/demo /json/stream/stream.json \
167+ -job flinkx-examples /json/stream/stream.json \
168168 -flinkxDistDir flinkx-dist
169169```
170170
@@ -181,7 +181,7 @@ rest.bind-port: 8888
181181bin/flinkx \
182182 -mode local \
183183 -jobType sync \
184- -job flinkx-local-test/src/main/demo /json/stream/stream.json \
184+ -job flinkx-examples /json/stream/stream.json \
185185 -flinkxDistDir flinkx-dist
186186```
187187
You can’t perform that action at this time.
0 commit comments