Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24710
Change subject: KUDU-3788 introduce 'any' for OS, OS version, arch, toolchain ...................................................................... KUDU-3788 introduce 'any' for OS, OS version, arch, toolchain Some of the 3rd-party artifacts used by Kudu are architecture and/or OS-independent: e.g., Java JARs, JS scripts, etc. It doesn't make much sense to store same bits duplicated in pre-built archives that differ only by name, especially if those OS/arch-independent pre-built artifacts are the heaviest ones (e.g., that's so for JARs). This changelist introduces 'any' as a wildcard for matching against OS, OS version, architecture, and the build toolchain. Enabling the 'any' wildcard is done by setting corresponding <comp>_ANY_OS, <comp>_OS_VERSION, <comp>_ANY_ARCH, and <comp>_ANY_TOOLCHAIN variables to non-zero in thirdparty/vars.sh. This changelist does so for hadoop, hive, ranger, ranger_kms, and trace-viewer components. Change-Id: I52428b8f2a558feb4d8247f37351ce2b6df1e4f7 --- M thirdparty/prebuilt-utils.sh M thirdparty/vars.sh 2 files changed, 48 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/24710/1 -- To view, visit http://gerrit.cloudera.org:8080/24710 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I52428b8f2a558feb4d8247f37351ce2b6df1e4f7 Gerrit-Change-Number: 24710 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
