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

hdfs rack awareness #23

Open
nvtkaszpir opened this issue Apr 15, 2020 · 0 comments
Open

hdfs rack awareness #23

nvtkaszpir opened this issue Apr 15, 2020 · 0 comments

Comments

@nvtkaszpir
Copy link
Contributor

HDFS uses rack awareness to contol where to store replicas https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/RackAwareness.html

Notice this is not the same as antiaffinity, and antiaffinity can only solve this issue partially

Current setup does not support rack awareness, not to mention that it is quite complex and actually require additonal info about nodes used to host pods for hdfs datanodes, such as labels on the nodes.

Need to investigate this in the future, just adding this as issue to keep it in mind.

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

No branches or pull requests

1 participant