Patrick Lucas 2017-05-09 19:33:59 +02:00
parent 23159afc30
commit ed7a284219
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ Then with a web browser go to `http://localhost:8081/` to see the Flink Web Dash
To use Flink, you can submit a job to the cluster using the Web UI or you can also do it from a different Flink container, for example:
```console
$ docker run -t flink flink run -m <jobmanager:port> -c <your_class> <your_jar> <your_params>
$ docker run --rm -t flink flink run -m <jobmanager:port> -c <your_class> <your_jar> <your_params>
```
## Running a JobManager or a TaskManager

View File

@ -1 +1 @@
Community & Project Info](https://flink.apache.org/community.html)
[Community & Project Info](https://flink.apache.org/community.html)