-
Notifications
You must be signed in to change notification settings - Fork 318
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
[AMORO-2009]: Add aws/s3/hadoop-aws and iceberg-aws as default dependenies. #2080
Conversation
Codecov ReportAll modified lines are covered by tests ✅ see 3 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
<dependency> | ||
<groupId>org.apache.hadoop</groupId> | ||
<artifactId>hadoop-aws</artifactId> | ||
</dependency> |
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.
What are the scenarios where we need to use hadoop-aws
dependency
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.
to support s3a://
file system with hive
</dependency> | ||
</dependencies> | ||
</profile> | ||
</profiles> |
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.
One thing I'm not so sure about is: amoro-core
is used in multiple modules, will moving to the aws-server
module affect the service?
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.
aws sdk shoud be controlled by compute engines. Amoro connectors should not shade them.
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.
LGTM.
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.
LGTM. 👍
We can merge it ASAP, which would be helpful for my local testing.
…enies. (apache#2080) * hadoop-aws pom * enable aws profile * add aws sdk and s3 dependencies . * include iceberg-aws for runtime * iceberg-aws scope to compile * fix spark run --------- Co-authored-by: ZhouJinsong <[email protected]>
Why are the changes needed?
Close #2009.
Brief change log
iceberg-aws
as default dependenies for all modulehadoop-aws
,awssdk
to AMS module depndenies.How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before making a pull request
Documentation