-
Notifications
You must be signed in to change notification settings - Fork 507
ORC-1608: Upgrade Hadoop to 3.4.0 #1783
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
Conversation
dongjoon-hyun
left a comment
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.
This is WIP because this PR is testing Apache Hadoop 3.4.0 RC1.
3c83fd6 to
0055e98
Compare
|
It seems okay except Javadoc. |
|
This is WIP because this PR is testing Apache Hadoop 3.4.0 RC2. https://lists.apache.org/thread/cp2fc9w334rkd7ko9dwsodnhfg1sqxhs |
|
This is WIP because this PR is testing Apache Hadoop 3.4.0 RC3. |
|
For the record, I casted +1 for Hadoop 3.4.0 RC3. |
cxzl25
left a comment
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
|
Thank you, @cxzl25 . This PR is still waiting for Apache Hadoop 3.4.0 API doc. It's not published yet. |
|
For the record, I'm also working in the Apache Spark community with the following. If needed, we are able to backport this to |
|
cc @wgtmac and @williamhyun , too. |
### What changes were proposed in this pull request? This PR aims to upgrade Apache Hadoop dependency to 3.4.0. ### Why are the changes needed? To use the latest Hadoop features. - https://hadoop.apache.org/docs/r3.4.0 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #1783 from dongjoon-hyun/ORC-1608. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit d2f9d8d) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>


What changes were proposed in this pull request?
This PR aims to upgrade Apache Hadoop dependency to 3.4.0.
Why are the changes needed?
To use the latest Hadoop features.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.