ayushtkn commented on PR #6054: URL: https://github.com/apache/hive/pull/6054#issuecomment-3247976929
> As Hadoop has jline 3.9.0**, in my setup** it was getting picked first compared to 3.25.0 from hive. Causing NoSuchMethodError org.jline.reader.EndOfFileException#getPartialLine() check [here](https://issues.apache.org/jira/browse/HIVE-29130?focusedCommentId=18014311&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-18014311). Hadoop's JLine 3.9.0 it was getting picked up first. So, we should make sure Hive Classpath is always before HADOOP jars. I don't understand in that scope or for this problem why are we playing with Jline-2.x? I am not very convinced on enforcing some places and not on some. We might not have a use case or expertise with Pig, so better not to touch it in that case. We had a thread around Pig to depreacate/remove some time back & we were shot down, so people tend to use it Why not upgrade JLine in Hadoop? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
