Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ sh build/build.sh

```bash
## windows平台
./install_jars.bat
./$FLINKX_HOME/bin/install_jars.bat

## unix平台
./install_jars.sh
./$FLINKX_HOME/bin/install_jars.sh
```

## 运行任务
Expand Down Expand Up @@ -164,7 +164,7 @@ from source;
bin/flinkx \
-mode local \
-jobType sync \
-job flinkx-local-test/src/main/demo/json/stream/stream.json \
-job flinkx-examples/json/stream/stream.json \
-flinkxDistDir flinkx-dist
```

Expand All @@ -181,7 +181,7 @@ rest.bind-port: 8888
bin/flinkx \
-mode local \
-jobType sync \
-job flinkx-local-test/src/main/demo/json/stream/stream.json \
-job flinkx-examples/json/stream/stream.json \
-flinkxDistDir flinkx-dist
```

Expand Down