-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix: Include hdfs principal names in discovery ConfigMap #424
Conversation
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.
code looks good, but can we get a test maybe?
rust/operator/src/container.rs
Outdated
hdfs_name: &str, | ||
hdfs_namespace: &str, |
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.
Do we really want to add extra parameters for something i can get from the HdfsCluster
?
Same for other methods.
Id prefer to just impl this on the cluster object and call it?
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.
Created #451 based on this review comment, please have a look there
Superseded by #451 |
Description
Fixes #419
Fixed while working on stackabletech/hbase-operator#285.
Strangely HBase works without the principals being configured...
Definition of Done Checklist
Author
Reviewer
Acceptance