Zeppelin packaging for Spark 1.3 gives errors

2015-05-25 Thread Roopa Prabhu
Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test (test) on project zeppelin-server: There are test failures - [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug

Re: Zeppelin packaging for Spark 1.3 gives errors

2015-05-25 Thread Corneau Damien
Hi, Tests tends to fail when people compile zeppelin (works fine on CI). Can you try compiling with -DskipTests? On May 25, 2015 6:02 PM, Roopa Prabhu rooparu...@gmail.com wrote: Failed to execute goal org.scalatest:scalatest-maven-plugin:1.0:test (test) on project zeppelin-server: There are

Re: Using Zeppelin with EC2 spark cluster

2015-05-25 Thread Alexander Bezzubov
Hi Jihun, thanks for your interest in Zeppelin! It looks like zeppelin server having troubles connecting to spark interpreter process. Could you please post logs/zeppelin-* server and interpreter logs? Thanks. On Mon, May 25, 2015 at 2:23 PM, Jihun choi jihun.c...@kongstudios.net wrote: Hi,

Re: Zeppelin packaging for Spark 1.3 gives errors

2015-05-25 Thread Alexander Bezzubov
Hi Roopa, which command did you use to build Zeppelin? Please try 'mvn package ' instead and let us know if that works. On Tue, May 26, 2015 at 8:45 AM, Corneau Damien cornead...@gmail.com wrote: Hi, Tests tends to fail when people compile zeppelin (works fine on CI). Can you try