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

   @tanishq-chugh, **IMO, excluding avro from hadoop dependencies can help as 
we are not shipping the avro-1.7.7 jar.**
   Example Scenario:
   `User avro related Query -> standalone-metastore code -> hadoop-commons jar 
-> avro api's`
   Either of 2 things are happening which can be confirmed with 
`-verbose:class` JVM flag:
   1. The avro-1.7.7 jar is loaded first and should be provided by hadoop 
project.
   2. If hive avro version 1.11.4 is picked first then avro api's used in 
hadoop should be compatible. 
   
   I would also suggest to take someone else opinion on this.


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