Dear all, I have tried to run the zeppelin on Spark by the zeppelin-0.6.1-bin-all. But when I run any query, it just showed me error without message. When I check the log file, I find the following: Does anyone meet such problem about SLF4J bindings?
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/clash/zeppelinFinal/zeppelin-0.6.1-bin-all/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/clash/zeppelinFinal/zeppelin-0.6.1-bin-all/lib/zeppelin-interpreter-0.6.1.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] Oct 07, 2016 10:14:12 AM com.sun.jersey.api.core.PackagesResourceConfig init INFO: Scanning for root resource and provider classes in the packages: org.apache.zeppelin.rest Oct 07, 2016 10:14:12 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses INFO: Root resource classes found: class org.apache.zeppelin.rest.ZeppelinRestApi class org.apache.zeppelin.rest.NotebookRestApi class org.apache.zeppelin.rest.LoginRestApi class org.apache.zeppelin.rest.ConfigurationsRestApi class org.apache.zeppelin.rest.SecurityRestApi class org.apache.zeppelin.rest.InterpreterRestApi class org.apache.zeppelin.rest.CredentialRestApi Oct 07, 2016 10:14:12 AM com.sun.jersey.api.core.ScanningResourceConfig init INFO: No provider classes found. Oct 07, 2016 10:14:12 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate INFO: Initiating Jersey application, version 'Jersey: 1.13 06/29/2012 05:14 PM' Oct 07, 2016 10:14:12 AM com.sun.jersey.spi.inject.Errors processErrorMessages WARNING: The following warnings have been detected with resource and/or provider classes: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.InterpreterRestApi.listInterpreter(java.lang.String), should not consume any entity. WARNING: A sub-resource method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.NotebookRestApi.createNote(java.lang.String) throws java.io.IOException, with URI template, "/", is treated as a resource method WARNING: A sub-resource method, public javax.ws.rs.core.Response org.apache.zeppelin.rest.NotebookRestApi.getNotebookList() throws java.io.IOException, with URI template, "/", is treated as a resource method Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/clash/zeppelinFinal/zeppelin-0.6.1-bin-all/interpreter/spark/dep/zeppelin-spark-dependencies_2.11-0.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]