Hao Hao has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/15744 )
Change subject: mini-cluster: exclude libpcre for license check
......................................................................
mini-cluster: exclude libpcre for license check
While building mini cluster binaries on centos7, I saw error message
'unknown license: lib/libpcre.so.1' during license check on artifact.
By running lddtree on the binary, I found out libpcre is introduced
as transitive dependency
libcurl.so.4 => /root/kudu/thirdparty/installed/uninstrumented/lib/libcurl.so.4
libk5crypto.so.3 => /lib64/libk5crypto.so.3
libkrb5support.so.0 => /lib64/libkrb5support.so.0
libselinux.so.1 => /lib64/libselinux.so.1
libpcre.so.1 => /lib64/libpcre.so.1
This patch excludes 'libpcre' for license check to account for licensing
information only relevant to the binary artifacts.
Change-Id: I0fc69eaf57025b1ce2f7857808e60218dc4f2771
Reviewed-on: http://gerrit.cloudera.org:8080/15738
Tested-by: Kudu Jenkins
Reviewed-by: Alexey Serbin <[email protected]>
(cherry picked from commit cd95fef01d19674a8c43784bc4f3cd0ef1f4b5ac)
Reviewed-on: http://gerrit.cloudera.org:8080/15744
Tested-by: Hao Hao <[email protected]>
---
M build-support/mini-cluster/relocate_binaries_for_mini_cluster.py
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
Alexey Serbin: Looks good to me, approved
Hao Hao: Verified
--
To view, visit http://gerrit.cloudera.org:8080/15744
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: branch-1.12.x
Gerrit-MessageType: merged
Gerrit-Change-Id: I0fc69eaf57025b1ce2f7857808e60218dc4f2771
Gerrit-Change-Number: 15744
Gerrit-PatchSet: 2
Gerrit-Owner: Hao Hao <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Hao Hao <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)