-
Notifications
You must be signed in to change notification settings - Fork 9k
HADOOP-19083. hadoop binaries aws sdk unless -Pawssdk builds #6570
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
HADOOP-19083. hadoop binaries aws sdk unless -Pawssdk builds #6570
Conversation
💔 -1 overall
This message was automatically generated. |
31f9a71
to
1cd2bcd
Compare
we may want to merge this for anyone doing lightweight local builds, but for our own releases it is better just to make some lean tarballs where we strip out the bundle.jar file, just as we swap over the arm64 binaries. |
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.
shouldn't create release be modified to use -Pawssdk ?
let me rebase. I was thinking it'd be better to just generate a .tar.gz with the aws sdk stripped from it. that way: one build, identical binaries |
New profile awssdk must be set for hadoop-tools-dist to include the AWS SDK (so cuts binary size in half) This is not yet documented Change-Id: I1d7808d82f172e861348af1ab7c6bae46590dcb9
* update building doc * LICENSE-binary makes clear it is optional * hadoop s3guard bucket-info tool reports error better * docs cover how to install. It's actually quite hard to manually install; unless we can give better instructions I almost think we'd want to create releases with and without the AWS SDK. Let's target 3.4.1 for that Change-Id: I2c91963a21b5c289e05218c2cbce0561b8e48b60
1cd2bcd
to
092c780
Compare
Change-Id: I29309cc76ccf4c214f112d2245aab7713a430063
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
New profile awssdk must be set for hadoop-tools-dist to include the AWS SDK (so cuts binary size in half)
For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?