lhotari commented on code in PR #24946:
URL: https://github.com/apache/pulsar/pull/24946#discussion_r2491278942
##########
pulsar-io/hbase/pom.xml:
##########
@@ -77,6 +77,10 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.avro</groupId>
+ <artifactId>avro</artifactId>
+ </exclusion>
Review Comment:
would this problem be resolved by upgrading hbase.version to 2.6.3-hadoop3
and hadoop3.version to 3.4.1 ?
--
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]