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

change the way to load hadoop jar #5754

Open
wants to merge 1 commit into
base: feature-1.11.3-update_fate_client
Choose a base branch
from

Conversation

yeezuser
Copy link

@yeezuser yeezuser commented Jan 9, 2025

Signed-off-by: githubID email

Fixes ISSUE
FederatedAI/KubeFATE#931
FederatedAI/KubeFATE#875
....

Changes:

1.change the way to load hadoop jar

2.fix the error when uploading data to hdfs

@yeezuser
Copy link
Author

yeezuser commented Jan 9, 2025

The original tricky method loads all JAR resources from the Hadoop directory, and the loading order can vary across on different operating system. This may lead to resource conflicts within the JAR files, potentially causing exceptions when uploading resources to HDFS. Changing to use the Hadoop command to load JAR resources on-demand can avoid these conflicts.

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.

1 participant