I am struggling to find how to run a history server in Kubernetes. The docker image takes an argument that starts a jobmanager or a taskmanager, but no history server. What's the best way to set up one in K8S?
currently, the existing image does not support to start a HistoryServer. The reason is simply that it has not been exposed because the image contains everything needed. In order to do this, you would need to extend the docker-entrypoint.sh script with an additional history-server option. It could look the following:
Do you want to create an JIRA issue for that and contribute it?
Cheers,
Till
On Thu, Aug 30, 2018 at 9:04 AM Encho Mishinev <[hidden email]> wrote:
Hello,
I am struggling to find how to run a history server in Kubernetes. The docker image takes an argument that starts a jobmanager or a taskmanager, but no history server. What's the best way to set up one in K8S?