Skip to content

Commit a3887a4

Browse files
committed
Update Submit Flink Job
1 parent ff40141 commit a3887a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ ORDER BY (location_key, date);
6464

6565
### Submit Flink Job
6666

67-
After you have created `covid-1.0-SNAPSHOT.jar` you can submit job to a flink cluster or standalone using `./bin/flink run`
67+
After you have created java `covid-1.0-SNAPSHOT.jar` or scala `covid.jar` you can submit job to a flink cluster or standalone using `./bin/flink run`
6868

6969
```bash
7070
# Run the application
7171
./bin/flink run \
72-
/path/to/your/covid-1.0-SNAPSHOT.jar \
72+
/path/to/your/generated/jar \
7373
-input "/path/to/epidemiology.csv" \
7474
-url "/url/clickhouse" \
7575
-username "default" \

0 commit comments

Comments
 (0)