-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-25495: Upgrade to JLine3 #2617
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
|
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. |
|
is this dependency update is being tied to the hadoop-3.3 upgrade? |
|
@kgyrtkirk Ya, I can't get HMS to work because of clashes with JLine 2.x (Hive) and JLine 3.x (Hadoop 3.3+) |
|
sqlline already seems to be pulling in some looking at a dependency:tree of master I've not seen jline deps in any hadoop-3.1.0 related artifacts however I've seen some explicit excludes for jline deps in the hadoop project - so it might be possible that the dep sneaked in during a 3rd party dep upgrade? I'm not sure if hadoop is really using it...the 3.1.0 hadoop-yarn-client also haven't dragged in a jetty.websocket as a transitive dependency... |
|
it was added in: YARN-8778 |
|
I think it was not intentional to add 2 new transitive 3rd party deps to that module in that single ticket |
|
@kgyrtkirk I think that was intentional only, Atleast the JLine one is: |
|
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?