docs: Describe how to use ADLS instead of HDFS #560
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Describe how to use ADLS instead of HDFS
The ADLS support could also be properly implemented into the operator. The CRD could be extended and the operator could create the ConfigMap for ADLS. On the one hand, this would be a lot of work, on the other hand, this cannot be tested without an actual Azure storage account. Azure storage clones like Azurite do currently not support ADLS Gen2, see
Azure/Azurite#553. Adding a feature which cannot be integrated into Stackable's test landscape, is not sensible. And as the hurdle is low for the customer to define the ADLS ConfigMap themselves, only a documentation is provided.
Closes #539
Definition of Done Checklist
Author
Reviewer
Acceptance