We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff40141 commit a3887a4Copy full SHA for a3887a4
examples/README.md
@@ -64,12 +64,12 @@ ORDER BY (location_key, date);
64
65
### Submit Flink Job
66
67
-After you have created `covid-1.0-SNAPSHOT.jar` you can submit job to a flink cluster or standalone using `./bin/flink run`
+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`
68
69
```bash
70
# Run the application
71
./bin/flink run \
72
- /path/to/your/covid-1.0-SNAPSHOT.jar \
+ /path/to/your/generated/jar \
73
-input "/path/to/epidemiology.csv" \
74
-url "/url/clickhouse" \
75
-username "default" \
0 commit comments