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

More config options for HDFS storage (e.g. Kerberos) #57

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

juhoautio-rovio
Copy link
Collaborator

This adds to the implementation that already exists, and even more so marks #47 resolved.

This code was extracted from fabricebaranski@9c6eb40, as agreed with the author. Thank you for the contribution!

Comment on lines +106 to +108
this.hdfsCoreSitePath = options.getOrDefault(ConfKeys.DEEP_STORAGE_HDFS_CORE_SITE_PATH, null);
this.hdfsHdfsSitePath = options.getOrDefault(ConfKeys.DEEP_STORAGE_HDFS_HDFS_SITE_PATH, null);
this.hdfsDefaultFS = options.getOrDefault(ConfKeys.DEEP_STORAGE_HDFS_DEFAULT_FS, null);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These 3 conf options are left hidden – no mention in README.

  • DEEP_STORAGE_HDFS_DEFAULT_FS has a "hidden" implementation
  • X_SITE_PATHs are not implemented (exception is thrown if these are set).

This is how it was in fabricebaranski@9c6eb40. We can keep them as a starting point for possible implementation in the future.

@vivek-balakrishnan-rovio
Copy link
Collaborator

👍

@juhoautio-rovio juhoautio-rovio merged commit 31153c7 into rovio:main Sep 11, 2024
1 check passed
@juhoautio-rovio juhoautio-rovio deleted the hdfs_storage_options branch September 11, 2024 14:10
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.

2 participants