You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bigtop.apache.org by "Jun He (JIRA)" <ji...@apache.org> on 2018/08/21 06:25:00 UTC

[jira] [Commented] (BIGTOP-2954) bug of do-component-build which may cause spark build failure

    [ https://issues.apache.org/jira/browse/BIGTOP-2954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16586996#comment-16586996 ] 

Jun He commented on BIGTOP-2954:
--------------------------------

Hi, [~CZWin32768], any chance to have a patch for 1.3.0 release? Thanks.

> bug of do-component-build which may cause spark build failure
> -------------------------------------------------------------
>
>                 Key: BIGTOP-2954
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-2954
>             Project: Bigtop
>          Issue Type: Bug
>          Components: spark
>    Affects Versions: 1.2.1
>            Reporter: Zewen Chi
>            Priority: Major
>              Labels: build
>             Fix For: 1.3.0
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The mvn command in the last line of spark/do-component-build uses "mvn", but here should be "./build/mvn".
> make-distribution.sh will only run "mvn clean package", so in order to get the Spark packages installed in the local Maven repository (or to run the tests), we need to run "mvn install" again.
> make-distribution.sh uses "./build/mvn" but in do-component-build "mvn" is used, which may be in wrong version.
> It will cause build failure when a mvn of old version was set in PATH.
> This may cause that "mvn install" build failure after "mvn clean package" build successfully.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)