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

[FLINK-5668] Reduce dependency on HDFS at job startup time #3413

Closed
wants to merge 1 commit into from

Conversation

billliuatuber
Copy link

In current implementation, Job manager writes task manager configuration into a file and upload it to HDFS. This file's used to bootstrap taskmanager.

In this PR, it switches to use system environment instead of HDFS file to pass the configuration from job manager to task manager, which reduce the dependency on HDFS.

@rmetzger
Copy link
Contributor

I would like to discuss the implementation approach in the JIRA before reviewing this pull request.

@tillrohrmann
Copy link
Contributor

Closing because no consensus has been reached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants