Jean-Daniel Cryans has uploaded a new change for review. http://gerrit.cloudera.org:8080/2127
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 attempts to re-download it. This retry only happens once. Change-Id: I1c7ca6994d2c0251676ebe1397cf4fccfb1d59f9 Reviewed-on: http://gerrit.cloudera.org:8080/2122 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins (cherry picked from commit ce7dfd9a21e695f09c13e0babc56aa5ecede9803) --- M thirdparty/download-thirdparty.sh 1 file changed, 40 insertions(+), 12 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/27/2127/1 -- To view, visit http://gerrit.cloudera.org:8080/2127 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1c7ca6994d2c0251676ebe1397cf4fccfb1d59f9 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: branch-0.7.0 Gerrit-Owner: Jean-Daniel Cryans Gerrit-Reviewer: Mike Percy <[email protected]>
