Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/24687 )
Change subject: KUDU-3788 download source archives by demand only ...................................................................... KUDU-3788 download source archives by demand only Prior changelist [1] introduced fetching source archives by demand in pre-built mode (USE_PREBUILT_THIRDPARTY=1). Meanwhile, in legacy (i.e. non-pre-built mode), all of the source archives would still be unconditionally downloaded. This changelist extends on-demand source archive fetching to the legacy mode as well. The download-thirdparty.sh can still be used to fetch, extract, patch and configure the source code for all the 3rd-party components when run as a stand-alone script. However, it's no longer invoked when running build-if-necessary.sh. [1] http://gerrit.cloudera.org:8080/24673 (git hash 1d9153c24) Change-Id: I51a1822070f6e37726e4efd53ba5e536c9eb8fb9 Reviewed-on: http://gerrit.cloudera.org:8080/24687 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Abhishek Chennaka <[email protected]> --- M examples/flink-replication/README.md M thirdparty/build-if-necessary.sh M thirdparty/download-thirdparty.sh M thirdparty/fetch-utils.sh M thirdparty/vars.sh 5 files changed, 64 insertions(+), 24 deletions(-) Approvals: Alexey Serbin: Verified Abhishek Chennaka: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/24687 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I51a1822070f6e37726e4efd53ba5e536c9eb8fb9 Gerrit-Change-Number: 24687 Gerrit-PatchSet: 4 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Ashwani Raina <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Zoltan Martonka <[email protected]>
