Skip to content

Instantly share code, notes, and snippets.

@erickt
Created August 17, 2015 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erickt/d403746515c92fbd63ad to your computer and use it in GitHub Desktop.
Save erickt/d403746515c92fbd63ad to your computer and use it in GitHub Desktop.
% ./build/env/bin/hue livy_server
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/erickt/projects/hue/hue/apps/spark/java-lib/livy-assembly.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/usr/local/Cellar/hadoop/2.7.1/libexec/share/hadoop/common/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
08:56:20.869 [main] INFO com.cloudera.hue.livy.server.Main$ - Using spark-submit version 1.4.1
08:56:20.902 [main] INFO com.cloudera.hue.jetty.util.log - Logging initialized @1858ms
08:56:20.999 [main] INFO com.cloudera.hue.jetty.server.Server - jetty-9.2.z-SNAPSHOT
08:56:21.026 [main] INFO o.scalatra.servlet.ScalatraListener - The cycle class name from the config: com.cloudera.hue.livy.server.ScalatraBootstrap
08:56:21.031 [main] INFO o.scalatra.servlet.ScalatraListener - Initializing life cycle class: ScalatraBootstrap
08:56:21.033 [main] INFO c.c.h.livy.server.ScalatraBootstrap - Using Process() sessions
08:56:21.171 [main] INFO c.c.h.j.s.handler.ContextHandler - Started c.c.h.j.s.ServletContextHandler@751bb153{/,file:/Users/erickt/projects/hue/hue/src/main/com/cloudera/hue/livy/server,AVAILABLE}
08:56:21,171 |-INFO in null - Will use configuration resource [/logback-access.xml]
08:56:21,173 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@5b95eb41 - URL [jar:file:/Users/erickt/projects/hue/hue/apps/spark/java-lib/livy-assembly.jar!/logback-access.xml] is not of type file
08:56:21,177 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - debug attribute not set
08:56:21,178 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
08:56:21,178 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:56:21,178 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
08:56:21,179 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.access.PatternLayoutEncoder] for [encoder] property
08:56:21,194 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to null
08:56:21,194 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - End of configuration.
08:56:21,194 |-INFO in ch.qos.logback.access.joran.JoranConfigurator@a164d60 - Registering current configuration as safe fallback point
08:56:21,171 |-INFO in LogbackRequestLog - Will use configuration resource [/logback-access.xml]
08:56:21,173 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@5b95eb41 - URL [jar:file:/Users/erickt/projects/hue/hue/apps/spark/java-lib/livy-assembly.jar!/logback-access.xml] is not of type file
08:56:21,177 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - debug attribute not set
08:56:21,178 |-INFO in ch.qos.logback.core.joran.action.StatusListenerAction - Added status listener of type [ch.qos.logback.core.status.OnConsoleStatusListener]
08:56:21,178 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
08:56:21,178 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
08:56:21,179 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.access.PatternLayoutEncoder] for [encoder] property
08:56:21,194 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to null
08:56:21,194 |-INFO in ch.qos.logback.access.joran.action.ConfigurationAction - End of configuration.
08:56:21,194 |-INFO in ch.qos.logback.access.joran.JoranConfigurator@a164d60 - Registering current configuration as safe fallback point
08:56:21.211 [main] INFO c.c.hue.jetty.server.ServerConnector - Started ServerConnector@3b870737{HTTP/1.1}{localhost:8998}
08:56:21.212 [main] INFO com.cloudera.hue.jetty.server.Server - Started @2170ms
08:56:21.212 [main] INFO com.cloudera.hue.livy.WebServer - Starting server on 8998
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment