Edits to Flink docs
This commit is contained in:
parent
71398f4455
commit
e8de193edd
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities.
|
||||
|
||||
Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/)
|
||||
Learn more about Flink at [https://flink.apache.org/](https://flink.apache.org/)
|
||||
|
||||
> [wikipedia.org/wiki/Apache_Flink](https://en.wikipedia.org/wiki/Apache_Flink)
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ Learn more about Flink at [http://flink.apache.org/](http://flink.apache.org/)
|
|||
|
||||
# How to use this Docker image
|
||||
|
||||
## Run a flink local cluster
|
||||
## Run a Flink local cluster
|
||||
|
||||
To run a single Flink local cluster:
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ $ docker run --name flink_local -p 8081:8081 -t flink local
|
|||
|
||||
Then with a web browser go to `http://localhost:8081/` to see the Flink Job Manager Console (adjust the hostname for your docker host).
|
||||
|
||||
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:
|
||||
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>
|
||||
|
|
@ -81,7 +81,7 @@ docker-compose scale taskmanager=<N>
|
|||
|
||||
## Configuration
|
||||
|
||||
For reference these are the default ports used by flink image:
|
||||
These are the default ports used by the Flink image:
|
||||
|
||||
- The Web Client is on port `8081`
|
||||
- JobManager RPC port `6123`
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Please report issues with this docker image on this [Github project](https://github.com/docker-flink/docker-flink).
|
||||
|
||||
For general questions about Flink, see the [Community & Project Info](https://flink.apache.org/community.html), in particular the flink user mailing list.
|
||||
For general questions about Flink, see the [Community & Project Info](https://flink.apache.org/community.html), in particular the Flink user mailing list.
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue