Re: [GitHub] incubator-zeppelin pull request: ZEPPELIN-44 Interpreter for Apach...

2015-05-21 Thread Stephan Ewen
True, may still have another issue. On Thu, May 21, 2015 at 1:45 PM, Till Rohrmann wrote: > Hmm that is interesting. I always thought that in the case of multiple > SLF4J bindings, slf4j will simply pick one of them (first, last, random). > > On Thu, May 21, 2015 at 12:34 PM, Stephan Ewen wrote

Re: [GitHub] incubator-zeppelin pull request: ZEPPELIN-44 Interpreter for Apach...

2015-05-21 Thread Till Rohrmann
Hmm that is interesting. I always thought that in the case of multiple SLF4J bindings, slf4j will simply pick one of them (first, last, random). On Thu, May 21, 2015 at 12:34 PM, Stephan Ewen wrote: > The actor system fails to start. Here are the suspicious log lines: > > SLF4J: Class path c

Re: [GitHub] incubator-zeppelin pull request: ZEPPELIN-44 Interpreter for Apach...

2015-05-21 Thread Stephan Ewen
The actor system fails to start. Here are the suspicious log lines: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/travis/.m2/ repository/org/slf4j/slf4j-log4j12/1.7.10/slf4j-log4j12- 1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4

Re: [GitHub] incubator-zeppelin pull request: ZEPPELIN-44 Interpreter for Apach...

2015-05-21 Thread Till Rohrmann
I'll try to reproduce this problem locally on my machine. On Thu, May 21, 2015 at 11:25 AM, Fabian Hueske wrote: > Hi Flink folks, > > the Flink interpreter PR for Apache Zeppelin is blocked by a failing test > case (see below). > Does anybody have an idea what is going on and can maybe help to