You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "YoungWoo Kim (JIRA)" <ji...@apache.org> on 2014/05/21 10:32:38 UTC

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

YoungWoo Kim created BIGTOP-1319:
------------------------------------

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


{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, 'HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}' should be 'HIVE_TARBALL_SRC=$(HIVE_TARBALL_DST)'




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

Re: [jira] [Created] (BIGTOP-1319) 'gradle hive-rpm' is broken

Posted by Jay Vyas <ja...@gmail.com>.
Ah ok! Makes sense.  Curly braces are isolating variable names.. and parenthesis are for lambdas.... Good catch.

> On May 21, 2014, at 6:39 AM, 김영우 <wa...@gmail.com> wrote:
> 
> I just replace curly braces with round brackets. :-)
> 
> - Youngwoo
> 
> 
>> On Wed, May 21, 2014 at 7:08 PM, Jay Vyas <ja...@gmail.com> wrote:
>> 
>> Looks like a typo the two Looks the same to me?
>>> 'HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}
>> 
>> 
>>>> On May 21, 2014, at 4:32 AM, "YoungWoo Kim (JIRA)" <ji...@apache.org>
>>> wrote:
>>> 
>>> YoungWoo Kim created BIGTOP-1319:
>>> ------------------------------------
>>> 
>>>            Summary: '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
>>> 
>>> 
>>> {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, 'HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}' should be
>> 'HIVE_TARBALL_SRC=$(HIVE_TARBALL_DST)'
>>> 
>>> 
>>> 
>>> 
>>> --
>>> This message was sent by Atlassian JIRA
>>> (v6.2#6252)
>> 

Re: [jira] [Created] (BIGTOP-1319) 'gradle hive-rpm' is broken

Posted by 김영우 <wa...@gmail.com>.
I just replace curly braces with round brackets. :-)

- Youngwoo


On Wed, May 21, 2014 at 7:08 PM, Jay Vyas <ja...@gmail.com> wrote:

> Looks like a typo the two Looks the same to me?
> > 'HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}
>
>
> > On May 21, 2014, at 4:32 AM, "YoungWoo Kim (JIRA)" <ji...@apache.org>
> wrote:
> >
> > YoungWoo Kim created BIGTOP-1319:
> > ------------------------------------
> >
> >             Summary: '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
> >
> >
> > {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, 'HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}' should be
> 'HIVE_TARBALL_SRC=$(HIVE_TARBALL_DST)'
> >
> >
> >
> >
> > --
> > This message was sent by Atlassian JIRA
> > (v6.2#6252)
>

Re: [jira] [Created] (BIGTOP-1319) 'gradle hive-rpm' is broken

Posted by Jay Vyas <ja...@gmail.com>.
Looks like a typo the two Looks the same to me? 
> 'HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}


> On May 21, 2014, at 4:32 AM, "YoungWoo Kim (JIRA)" <ji...@apache.org> wrote:
> 
> YoungWoo Kim created BIGTOP-1319:
> ------------------------------------
> 
>             Summary: '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
> 
> 
> {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, 'HIVE_TARBALL_SRC=${HIVE_TARBALL_DST}' should be 'HIVE_TARBALL_SRC=$(HIVE_TARBALL_DST)'
> 
> 
> 
> 
> --
> This message was sent by Atlassian JIRA
> (v6.2#6252)