Aggarwal-Raghav commented on PR #6054:
URL: https://github.com/apache/hive/pull/6054#issuecomment-3248030965

   Thanks for the reply @ayushtkn.
   
   > I don't understand in that scope or for this problem why are we playing 
with Jline-2.x?
   
   In hive packaging, both jline 2.11 and jline 3.25.0 are getting shipped. 
IMO, its wrong. The aim of this PR is to ship only jline3.x jar. If we are ok 
shipping both the version then I'll close this PR. 
   
   > Why not upgrade JLine in Hadoop?
   
   It's good to have same dependency version across components. In my setup, 
Jline 3.9.0 is getting picked up first which is causing NoSuchMethodError. --  
_I want to confirm if its due to my setup or not._
   
   In conclusion,
   
   - if Hadoop Classpath first, then jline 3.9.0 is picked => hadoop has to 
upgrade jline to 3.25.0
   - if hive classpath is first, then we are all good.


-- 
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]

Reply via email to