Azure data lake input source docs#11153
Merged
sthetland merged 10 commits intoapache:masterfrom Jun 25, 2021
Merged
Conversation
techdocsmith
requested changes
Apr 23, 2021
Contributor
techdocsmith
left a comment
There was a problem hiding this comment.
Should we list data lake in line 61:
- [`azure`](#azure-input-source) reads data from Azure Blob Storage.
Co-authored-by: Charles Smith <38529548+techdocsmith@users.noreply.github.com>
Co-authored-by: Charles Smith <38529548+techdocsmith@users.noreply.github.com>
Author
Good catch. Added. |
techdocsmith
approved these changes
Apr 27, 2021
Contributor
techdocsmith
left a comment
There was a problem hiding this comment.
Small (tiny) nits. Otherwise LGTM.
Co-authored-by: Charles Smith <38529548+techdocsmith@users.noreply.github.com>
Co-authored-by: Charles Smith <38529548+techdocsmith@users.noreply.github.com>
Contributor
|
@sthetland is this one done? |
2bethere
approved these changes
Jun 24, 2021
Contributor
2bethere
left a comment
There was a problem hiding this comment.
Reviewed with Steve live, this looks good to go. Thanks!
added 2 commits
June 25, 2021 13:38
jihoonson
pushed a commit
to jihoonson/druid
that referenced
this pull request
Jul 12, 2021
* Mention Azure Data Lake * Make consistent with other entries Co-authored-by: Charles Smith <38529548+techdocsmith@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We added a tile for Azure Data Lake in the data loader here: #9437. However, the doc doesn't mention Azure Data Lake at all.
The ingestion spec is the same as for Azure blobs, so I think the only change needed is to have the existing Azure Blob doc refer to Azure Data Lake ingestion as well: https://docs.imply.io/latest/druid/ingestion/native-batch/#azure-input-source
This PR makes that change