-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-24484: Upgrade Hadoop to 3.3.1 #1742
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
44e4d02 to
f2d3459
Compare
|
Seems the tests are failing with |
|
@ayushtkn I'm not 100% sure what's going on there. I am working on upgrading jline as a separate task HIVE-25495 (#2617) and I'm hitting a similar issue there event though I thought I synchronized the versions between Hive and Hadoop, so I need to look into it more |
|
OK, so the issue now is that Hadoop 3.3+ is using |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
this PR is not making much progress - I think this in its current form will not work; or will not land soon:
|
|
what are the unresolved blockers of 3.3.1 upgrade at the moment? |
|
good question.... I don't know; but it seems like this PR have stalled! this patch have:
|
Hadoop 3.1 line is EOL and 3.1.MAX & 3.2.Anything doesn't have Guava Shaded. So, guava version mismatch leads to even more issues,
If I decode @belugabehr's comment. The problem is only with Jline. If Jline v3 & v2 are compatible, and I see Jline is used by only Yarn-Client, So can we just not exclude the jline dependency while adding yarn-client? |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?