[ https://issues.apache.org/jira/browse/HIVE-24484?focusedWorklogId=769624&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-769624 ]
ASF GitHub Bot logged work on HIVE-24484: ----------------------------------------- Author: ASF GitHub Bot Created on: 12/May/22 13:07 Start Date: 12/May/22 13:07 Worklog Time Spent: 10m Work Description: ayushtkn commented on code in PR #3279: URL: https://github.com/apache/hive/pull/3279#discussion_r871357800 ########## standalone-metastore/pom.xml: ########## @@ -227,6 +227,10 @@ <artifactId>hadoop-mapreduce-client-core</artifactId> <version>${hadoop.version}</version> <exclusions> + <exclusion> + <groupId>org.jline</groupId> + <artifactId>jline</artifactId> + </exclusion> Review Comment: yeps, the best answer is to upgrade Jline, which was stuck. So, I thought to upgrade Hadoop that shouldn't block if possible, we are already on 3.1.0 which died long back ########## storage-api/src/java/org/apache/hadoop/hive/common/ValidReadTxnList.java: ########## @@ -18,10 +18,10 @@ package org.apache.hadoop.hive.common; -import org.apache.commons.lang.StringUtils; +import org.apache.commons.lang3.StringUtils; Review Comment: Code doesn't compile with this. It is already marked as banned import, guess the logic has flaw. https://github.com/apache/hive/blob/master/pom.xml#L1529 The dependency was getting pulled in from Hadoop & now it isn't there, so I have to change it to make it compile Issue Time Tracking ------------------- Worklog Id: (was: 769624) Time Spent: 9h 13m (was: 9.05h) > 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: 9h 13m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.7#820007)