You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Roopa Prabhu <ro...@gmail.com> on 2015/05/25 11:02:06 UTC

Zeppelin packaging for Spark 1.3 gives errors

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 logging.

[ERROR]

[ERROR] For more information about the errors and possible solutions,
please read the following articles:

[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

[ERROR]

[ERROR] After correcting the problems, you can resume the build with the
command

[ERROR]   mvn <goals> -rf :zeppelin-server

Re: Zeppelin packaging for Spark 1.3 gives errors

Posted by Alex <ke...@gmail.com>.
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 <ro...@gmail.com> wrote:
> 
> 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 <ro...@gmail.com> wrote:
>> 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 <ab...@nflabs.com> wrote:
>>> 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 <co...@gmail.com> wrote:
>>>> 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" <ro...@gmail.com> wrote:
>>>>> 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 logging.
>>>>> [ERROR] 
>>>>> [ERROR] For more information about the errors and possible solutions, please read the following articles:
>>>>> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>>> [ERROR] 
>>>>> [ERROR] After correcting the problems, you can resume the build with the command
>>>>> [ERROR]   mvn <goals> -rf :zeppelin-server
>>> 
>>> 
>>> 
>>> -- 
>>> --
>>> Kind regards,
>>> Alexander.
> 

Re: Zeppelin packaging for Spark 1.3 gives errors

Posted by Roopa Prabhu <ro...@gmail.com>.
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 <ro...@gmail.com> wrote:

> 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 <ab...@nflabs.com>
> wrote:
>
>> 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 <co...@gmail.com>
>> wrote:
>>
>>> 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" <ro...@gmail.com> wrote:
>>>
>>>> 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 logging.
>>>>
>>>> [ERROR]
>>>>
>>>> [ERROR] For more information about the errors and possible solutions,
>>>> please read the following articles:
>>>>
>>>> [ERROR] [Help 1]
>>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>>
>>>> [ERROR]
>>>>
>>>> [ERROR] After correcting the problems, you can resume the build with
>>>> the command
>>>>
>>>> [ERROR]   mvn <goals> -rf :zeppelin-server
>>>>
>>>>
>>>>
>>
>>
>> --
>> --
>> Kind regards,
>> Alexander.
>>
>>
>

Re: Zeppelin packaging for Spark 1.3 gives errors

Posted by Roopa Prabhu <ro...@gmail.com>.
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 <ab...@nflabs.com>
wrote:

> 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 <co...@gmail.com>
> wrote:
>
>> 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" <ro...@gmail.com> wrote:
>>
>>> 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 logging.
>>>
>>> [ERROR]
>>>
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>>
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>>
>>> [ERROR]
>>>
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>>
>>> [ERROR]   mvn <goals> -rf :zeppelin-server
>>>
>>>
>>>
>
>
> --
> --
> Kind regards,
> Alexander.
>
>

Re: Zeppelin packaging for Spark 1.3 gives errors

Posted by Alexander Bezzubov <ab...@nflabs.com>.
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 <co...@gmail.com>
wrote:

> 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" <ro...@gmail.com> wrote:
>
>> 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 logging.
>>
>> [ERROR]
>>
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>>
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>>
>> [ERROR]
>>
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>>
>> [ERROR]   mvn <goals> -rf :zeppelin-server
>>
>>
>>


-- 
--
Kind regards,
Alexander.

Re: Zeppelin packaging for Spark 1.3 gives errors

Posted by Corneau Damien <co...@gmail.com>.
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" <ro...@gmail.com> wrote:

> 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 logging.
>
> [ERROR]
>
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
>
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>
> [ERROR]
>
> [ERROR] After correcting the problems, you can resume the build with the
> command
>
> [ERROR]   mvn <goals> -rf :zeppelin-server
>
>
>