You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/05/22 01:44:40 UTC

[jira] [Commented] (BIGTOP-1319) 'gradle hive-rpm' is broken

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

Konstantin Boudnik commented on BIGTOP-1319:
--------------------------------------------

Indeed. Actually, it will be breaking any rpm creation as bigtop.mk is common across the two.

+1 - will commit it in a minute.

> 'gradle hive-rpm' is broken
> ---------------------------
>
>                 Key: BIGTOP-1319
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1319
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Build
>            Reporter: YoungWoo Kim
>            Priority: Trivial
>             Fix For: 0.8.0
>
>         Attachments: BIGTOP-1319.1.patch
>
>
> {noformat}
> $ gradle hive-rpm
> ......
> :hive_vardefines
> :hive-download FAILED
> FAILURE: Build failed with an exception.
> * Where:
> Script '/home/vagrant/bigtop/packages.gradle' line: 88
> * What went wrong:
> Execution failed for task ':hive-download'.
> > Could not download file
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
> BUILD FAILED
> {noformat}
> In bigtop.mk, 
> {code}
> HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}
> {code} 
> should be 
> {code}
> HIVE_TARBALL_SRC=$(HIVE_TARBALL_DST)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)