[ https://issues.apache.org/jira/browse/HIVE-24484?focusedWorklogId=686492&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-686492 ]
ASF GitHub Bot logged work on HIVE-24484: ----------------------------------------- Author: ASF GitHub Bot Created on: 25/Nov/21 13:29 Start Date: 25/Nov/21 13:29 Worklog Time Spent: 10m Work Description: ayushtkn commented on pull request #1742: URL: https://github.com/apache/hive/pull/1742#issuecomment-979217036 > or even... upgrade to hadoop 3.1.MAX or 3.2.ANYTHING to grab some of the changes we have to cover in upgrading to 3.3.1 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, From 3.3 only Guava & Protobuf are shaded in hadoop. > so the issue now is that Hadoop 3.3+ is using org.jline v3 and one of the Hive dependencies of sqline has a dependency on jline v2 which is causing a clash 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 is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 686492) Time Spent: 7h 23m (was: 7h 13m) > Upgrade Hadoop to 3.3.1 > ----------------------- > > Key: HIVE-24484 > URL: https://issues.apache.org/jira/browse/HIVE-24484 > Project: Hive > Issue Type: Improvement > Reporter: David Mollitor > Assignee: David Mollitor > Priority: Major > Labels: pull-request-available > Time Spent: 7h 23m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.1#820001)