Re: Zeppelin packaging for Spark 1.3 gives errors

2015-05-27 Thread Alex
Hi, For building a package from a clean clone try doing: mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 -Pbuild-distr -DskipTests -- Kind regards, Alexander On 27 May 2015, at 12:57, Roopa Prabhu rooparu...@gmail.com wrote: The following command goes fine without

Re: Zeppelin packaging for Spark 1.3 gives errors

2015-05-26 Thread Roopa Prabhu
The following command goes fine without issues: mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests. But when I try to package the distribution using: mvn clean package -P build-distr -DskipTests it fails. On Wed, May 27, 2015 at 9:26 AM, Roopa Prabhu

Re: Zeppelin packaging for Spark 1.3 gives errors

2015-05-26 Thread Roopa Prabhu
The following command goes fine without issues: mvn clean package -Pspark-1.3 -Dhadoop.version=2.2.0 -Phadoop-2.2 -DskipTests. But when I try to package the distribution using:mvn clean package -P build-distr On Tue, May 26, 2015 at 7:06 AM, Alexander Bezzubov abezzu...@nflabs.com wrote: Hi

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: 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