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

Roman Shaposhnik commented on BIGTOP-509:
-----------------------------------------

Patch looks ok, but it seems that it will introduce one extra URL request on 
each attempted download. Won't it be more efficient to do something like this 
in package.mk:

{noformat}
... (cd $(DL_DIR) && curl --retry 5 -# -L -k -o $($(PKG)_TARBALL_DST) 
$($(PKG)_DOWNLOAD_URL) || 
                     curl --retry 5 -# -L -k -o $($(PKG)_TARBALL_DST) 
$($(PKG)_ARCHIVE_DOWNLOAD_URL))
{noformat}
                
> make all is failing because flume-1.0.0-incubating.tar.gz does not exist in 
> APACHE_MIRROR
> -----------------------------------------------------------------------------------------
>
>                 Key: BIGTOP-509
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-509
>             Project: Bigtop
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 0.3.0
>         Environment: all
>            Reporter: Ron Bogdanoff
>            Assignee: Ron Bogdanoff
>              Labels: patch
>             Fix For: 0.3.0
>
>         Attachments: BIGTOP-509.patch.diff
>
>
> bigtop.mk is attempting to download 
> http://apache.osuosl.org/flume/flume-1.0.0-incubating//flume-1.0.0-incubating.tar.gz
> However, it looks like flume-1.0.0 has been removed from the mirror site.  
> Instead there is 
> http://apache.osuosl.org/flume/flume-1.1.0-incubating//flume-1.1.0-incubating.tar.gz
> I have not submitted a patch as flume-1.1.0 has not been certified/tested on 
> bigtop-0.3.0.   

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to