I just replace curly braces with round brackets. :-) - Youngwoo
On Wed, May 21, 2014 at 7:08 PM, Jay Vyas <[email protected]> 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)" <[email protected]> > 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) >
