ramitg254 commented on PR #6251:
URL: https://github.com/apache/hive/pull/6251#issuecomment-3715520939

   
   
   
   > @ramitg254 can you check if there are other versions getting packaged as 
well
   > 
   > ```
   > +- commons-lang:commons-lang:jar:2.6:compile
   > ```
   > 
   > I think hadoop & tez are pulling in other versions
   
   this pr only addresses the dependency` org.apache.comcommons-lang3:jar` as 
currently we are having the two different versions of it 3.14.0 in the pom and 
other one 3.17.0 which comes from hadoop which is enforced to 3.20.0
   
   but since you mentioned the `commons-lang:commons-lang:jar` it can't be 
addressed from hive side as these are v2 versions of commons-lang having 
classpath of pattern `org/apache/commons/lang/*` which are used by underlying 
tez and hadoop classes and commons-lang3 have pattern like 
`org/apache/commons/lang3/*` and these v2 jars needed be brought transitively
   and to change it to commons-lang3 it needed to addressed from tez and hadoop 
classes.
   so I am only addressing the upgrade which is possible from hive side as per 
my understanding.


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