petersomogyi commented on issue #28: HBASE-22997 Move to SLF4J; addendum URL: https://github.com/apache/hbase-operator-tools/pull/28#issuecomment-529976416 > Do we need to bundle slf4j though? won't it always be available from the hbase instance we're running against? slf4j-api-1.7.25.jar (the one that we currently include in the hbck2 tarball) is available in the hbase releases. I just checked 2.2.1RC and these files are there: ``` $ find . -name *slf4j* ./lib/client-facing-thirdparty/slf4j-api-1.7.25.jar ./lib/client-facing-thirdparty/slf4j-log4j12-1.7.25.jar ``` Based on this I think we can just exclude the slf4j-api when generating the tar.gz file.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
