-
Notifications
You must be signed in to change notification settings - Fork 345
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
[#5557] improvement(CI): Add some docs and tests about how to use Azure Blob Storage(ADLS) in Hive #5558
base: main
Are you sure you want to change the base?
Conversation
This PR depends on #5553 |
@@ -11,6 +11,8 @@ license: "This software is licensed under the Apache License version 2." | |||
|
|||
Since Hive 2.x, Hive has supported S3 as a storage backend, enabling users to store and manage data in Amazon S3 directly through Hive. Gravitino enhances this capability by supporting the Hive catalog with S3, allowing users to efficiently manage the storage locations of files located in S3. This integration simplifies data operations and enables seamless access to S3 data from Hive queries. | |||
|
|||
For ADLS, the integration is similar to S3. The only difference is the configuration properties for ADLS. The following sections will guide you through the necessary steps to configure the Hive catalog to utilize S3 as a storage backend, including configuration details and examples for creating databases and tables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we use ADLS, or ABS, or ADLS2, I think we should clarify here, it is so confusing. I think we should explain and clarify them in the doc, otherwise users may also be confused.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
Do you need to update the PR based on #5630 ? |
What changes were proposed in this pull request?
Add some tests to demonstrate how to use ADLS in Hive.
Why are the changes needed?
To verify if we can use ADLS in Hive.
Fix: #5557
Does this PR introduce any user-facing change?
N/A
How was this patch tested?
Test manually.