-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds documentation and an example for flink HA #196
Conversation
LGTM, testing later today! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After universe PR is merged!
@@ -76,6 +79,33 @@ core@ip-10-0-6-55 ~ $ docker run -it mesosphere/dcos-flink:1.2.0-1.2 /bin/bash | |||
|
|||
root@2a9c01d3594e:/flink-1.2.0# ./bin/flink run -m <jobmangerhost>:<jobmangerjobmanager.rpc.port> ./examples/batch/WordCount.jar --input file:///etc/resolv.conf --output file:///etc/wordcount_out | |||
``` | |||
### Running with HA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a few spelling mistakes in the below draft.
For clarity would you mind stating that the below is the client configuration.
@skonto could you have a look erons comments? Otherwise I am happy to merge this after the universe PR. |
LGTM modulo Eron's comments. |
@joerg84 sure I am on vacations so I am might be a bit slow... |
@joerg84 should I update this PR? |
closing this as had no response. |
This relates to these:
d2iq-archive/dcos-flink-service#23
d2iq-archive/universe#1163