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

spark2|3: add ha support for spark-hs #850

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

spark2|3: add ha support for spark-hs #850

wants to merge 5 commits into from

Conversation

mehdibn
Copy link
Contributor

@mehdibn mehdibn commented Jun 28, 2024

Which issue(s) this PR fixes

Fixes #849

Additional comments

Agreements

@mehdibn mehdibn added the spark label Jun 28, 2024
@mehdibn mehdibn self-assigned this Jun 28, 2024
- "krb_principal" can take a list of principals to create or delete.
- "krb_keytab" can take a list of principals to put inside one keytab.
- Move "try_kinit" in module_utils to be used by other modules.
The return code of grep was not checked so nothing was check.

Use a module to check if keytab is working and reuse the same
code used by "krb_keytab".

The new check use the new "try_kinit" which supports checking
multiple principals inside one keytab.
Spnego keytabs need to be created once per machine.

Add support for creating spnego HA keytabs by adding HA addresses
(for example a load balancer) inside the spnego keytab.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spark2|3: add ha support for spark history
2 participants