Github user dsbos commented on the pull request:
https://github.com/apache/drill/pull/116#issuecomment-136890582
Another problem is that Logback logging might be broken (although maybe I
just configured it wrong):
When I added (on Spotfire's class path) a Jar file containing a logback.xml
file in order to turn on logging, instead of getting log messages, I got these
messages:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
My guess is that whatever module we intended to provide
org.slf4j.impl.StaticLoggerBinder isn't included in the JDBC-all Jar file now.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---