Apache9 commented on pull request #1640: URL: https://github.com/apache/hbase/pull/1640#issuecomment-626287944
Oh, I think a possible way to avoid introduce log4j.properties in test-jar is that, we make a separated hbase-logging module, and only put the log4j.properties in its test-jar. For other modules, add a test scope dependency to hbase-logging's test-jar, so their test-jars will not have log4j.properties, and for hbase-assembly, just do not include the test-jar from hbase-logging. Let me have a try. ---------------------------------------------------------------- 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]
