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

Allow YARN Provisioning to work with different usernames between Unix… #27

Closed
wants to merge 1 commit into from

Conversation

patricker
Copy link

… and Kerberos.

If you run the Dremio application as dremio but use a keytab for a user named data_reader, then YARN will fail to start with an error saying that the data_reader account does not have permission to "/user/dremio".

This is because internally the hadoop-common library infers the current username from a system variable (user.name) instead of from the UGI. This change addresses this.

@patricker patricker closed this Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant