Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
currently we use hbase command to start tomcat, which then starts kylin as a web application. The default classloader that tomcats assigns to the kylin applications is WebappClassLoader, which will search local repositories before parent classloader.
the design will lead to two separate log4j logging instances in both the "HBase space" and "kylin space", the two loggers will attempt to write to the same file, which is problematic according to official documents