Github user soralee commented on the issue: https://github.com/apache/zeppelin/pull/1693 Thanks @1ambda for the contribution :smile: I tested on Ubuntu and it works well as expected ``` ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.zeppelin.markdown.Markdown4jParserTest SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/sora/.m2/repository/org/apache/zeppelin/zeppelin-interpreter/0.7.0-SNAPSHOT/zeppelin-interpreter-0.7.0-SNAPSHOT.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/sora/.m2/repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] log4j:WARN No appenders could be found for logger (org.apache.zeppelin.interpreter.Interpreter). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 sec - in org.apache.zeppelin.markdown.Markdown4jParserTest Running org.apache.zeppelin.markdown.PegdownParserTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.888 sec - in org.apache.zeppelin.markdown.PegdownParserTest Results : Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 7.581 s [INFO] Finished at: 2016-11-28T17:59:03+09:00 [INFO] Final Memory: 20M/268M [INFO] ------------------------------------------------------------------------ ```
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---