Skip to content
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

[docker] improve Dockerfile host configuration #2981

Closed
wants to merge 1 commit into from
Closed

Conversation

mxm
Copy link
Contributor

@mxm mxm commented Dec 9, 2016

  • configure job manager address for both operation modes
  • introduce argument to specify the external job manager address
  • replace ARG with ENV for backwards-compatibility
  • EXPOSE web port and RPC port

- configure job manager address for both operation modes
- introduce argument to specify the external job manager address
- replace ARG with ENV for backwards-compatibility
- EXPOSE web port and RPC port
mxm added a commit to mxm/flink that referenced this pull request Dec 16, 2016
- configure job manager address for both operation modes
- introduce argument to specify the external job manager address
- replace ARG with ENV for backwards-compatibility
- EXPOSE web port and RPC port

This closes apache#2981.
mxm added a commit to mxm/flink that referenced this pull request Dec 16, 2016
- configure job manager address for both operation modes
- introduce argument to specify the external job manager address
- replace ARG with ENV for backwards-compatibility
- EXPOSE web port and RPC port

This closes apache#2981.
@asfgit asfgit closed this in 6e1e139 Dec 16, 2016
tonycox pushed a commit to tonycox/flink that referenced this pull request Dec 23, 2016
- configure job manager address for both operation modes
- introduce argument to specify the external job manager address
- replace ARG with ENV for backwards-compatibility
- EXPOSE web port and RPC port

This closes apache#2981.
@@ -40,3 +39,6 @@ elif [ "$1" = "taskmanager" ]; then
else
$@
fi

# prevent script to exit
tail -f /dev/null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed?

https://github.com/apache/flink/blob/master/flink-contrib/docker-flink/Dockerfile#L49 already prevents the container from exiting till the daemon dies.

This on the other hand will never let the container exit.

joseprupi pushed a commit to joseprupi/flink that referenced this pull request Feb 12, 2017
- configure job manager address for both operation modes
- introduce argument to specify the external job manager address
- replace ARG with ENV for backwards-compatibility
- EXPOSE web port and RPC port

This closes apache#2981.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants