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

[Fix Bug]Fixed the problem that the weight component still uses the user of the JVM to access HDFS when using the proxy user to log in, resulting in no permission #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LMQ0023
Copy link

@LMQ0023 LMQ0023 commented Sep 11, 2022

When the wegiht component is executed through the proxy user mode, it will appear that the user does not have permission to read the file. After testing, it is found that the API is called incorrectly when obtaining the result set in the code. By default, the called API uses the permission of the user to which the JVM belongs to read HDFS

The content of this repair is to add specific user names and specify corresponding user permissions to read files

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

Successfully merging this pull request may close these issues.

None yet

1 participant