Re: error runnig the test

2015-06-02 Thread Victor Manuel Garcia
Hi, I running the nexts command mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 --- T E S T S --- Running org.apache.zeppelin.display.AngularObjectTest Tests run: 2,

Zeppelin on remote machine

2015-06-02 Thread Harsh Rathi
Hi, I am getting following error while running zeppelin on remote machine. It was working fine on my laptop. Please help SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] Jun 02, 2015 12:30:27 AM

Re: error runnig the test

2015-06-02 Thread moon soo Lee
Hi, Unfortunately, test does not work with spark-1.3 profile at the moment. Through https://github.com/apache/incubator-zeppelin/pull/71 it's going to be fixed. Thanks, moon On Tue, Jun 2, 2015 at 4:42 PM Victor Manuel Garcia victor.gar...@beeva.com wrote: Hi, I running the nexts

Re: Zeppelin on remote machine

2015-06-02 Thread Alexander Bezzubov
Hi Harsh, can you please post the spark interpreter (I assume that's what you are using) logs here too? You can find them under ./log/zeppelin-interpreter-spark-*.log It looks like it ZeppelinServer has troubles communicating to the Interpreter process somehow. -- Best regards, Alexander

How to stop a Spark Streaming task

2015-06-02 Thread DuyHai Doan
Hello all I've set up a test with a Twitter streaming example given in the documentation. It works but I do not know how to stop the DStream. Once executed, the Web Interface is blocked and I cannot execute another Paragraph to stop the DStream. Some hints ? Thank You

Re: Run a notebook

2015-06-02 Thread moon soo Lee
Hi, Currently, it's not. There is a related issue https://issues.apache.org/jira/browse/ZEPPELIN-66 Thanks, moon On Wed, May 27, 2015 at 11:59 PM tog guillaume.all...@gmail.com wrote: Hi, I am new to zeppelin and was wondering if it was possible to run a notebook from an other one ?