-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-29168. Upgrade Hadoop Version to 3.4.2. #6049
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
base: master
Are you sure you want to change the base?
Conversation
|
@ayushtkn Could you please help review this PR? Thank you very much! Due to the Hadoop version upgrade, I have updated the relevant dependencies in the Hive project. |
there is some issue with docker image building now
This file doesn't exist They just uploaded the lean tar, not the full tar On the release page as well, as of now if you click on download tar.gz, it is broken |
@ayushtkn Thank you for the information. I attempted to download the full tar, but was unable to. I will @ Ahmar in this PR and send an email to explain the situation. |
@ahmarsuhail Currently, there seem to be some issues with Hadoop 3.4.2, and the full tar package hasn't been uploaded. Could you please help check this? Thank you very much! |
@slfan1989 we're unable to upload the full tar package as the AWS SDK has a size of 550MB, and the total tar exceeds a size of 1GB and either server doesn't accept a file that large. These were also not included in RC3. The lean tars for both ARM and x86 are available. I noticed late on friday that this causes the links to be broken as well, because they're looking for the full tar but we're only able to upload the lean tar. Do you have any suggestions about what we can do here? We could rename the lean.tar to @ayushtkn / @slfan1989 maybe one of you can send an email to mailing list with this issue and we can discuss there? |
@ahmarsuhail Thank you for the explanation! I will report this issue via email. INFRA can provide a temporary solution to increase the directory size for storing the tar package. I have raised a similar issue with INFRA before, and I'm not sure if it can help you. Here is the JIRA link I submitted: https://issues.apache.org/jira/projects/INFRA/issues/INFRA-25423. |
sounds good @slfan1989, thank you! i'll cut the ticket to INFRA first thing Monday |
@ahmarsuhail Thank you for your reply. I plan to send an email to the community to explain this issue, so that other members can refer to our solution if they encounter similar problems in the future. cc: @ayushtkn |
What changes were proposed in this pull request?
JIRA: HIVE-29168. Upgrade Hadoop Version to 3.4.2.
Why are the changes needed?
Hadoop 3.4.2 has been released. This JIRA updates the Hadoop dependency to version 3.4.2.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manually compile it locally & CI.