You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Mike Percy (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/02/11 19:00:47 UTC

[kudu-CR] Improvements to download-thirdparty.sh for low bandwidth connections

Hello Adar Dembo, Todd Lipcon,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/2122

to review the following change.

Change subject: Improvements to download-thirdparty.sh for low bandwidth connections
......................................................................

Improvements to download-thirdparty.sh for low bandwidth connections

When internet bandwidth is harder to come by than disk space, it's nice
to have an option to keep thirdparty archives around instead of
re-downloading them all the time. By setting the
NO_REMOVE_THIRDPARTY_ARCHIVES environment variable, the downloaded
source tarballs for thirdparty will not be removed and will be reused
the next time download-thirdparty.sh attempts to fetch the artifact. If
the artifact is corrupted, it is removed and the script fails with an
error message. The next time the user runs the script, the artifact will
be downloaded.

Change-Id: I1c7ca6994d2c0251676ebe1397cf4fccfb1d59f9
---
M thirdparty/download-thirdparty.sh
1 file changed, 23 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/22/2122/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2122
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c7ca6994d2c0251676ebe1397cf4fccfb1d59f9
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Mike Percy <mp...@apache.org>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>