Hello Brian McDevitt, Kudu Jenkins, Adar Dembo, Grant Henke, Todd Lipcon,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/12350
to look at the new patch set (#2).
Change subject: KUDU-2411: linux: Ship the sasl2 modules with the binary
artifact
......................................................................
KUDU-2411: linux: Ship the sasl2 modules with the binary artifact
Because different Linux distributions put the dynamically-loaded
libsasl2 modules into different locations, we ship the libraries with
the binary artifact so that we can set SASL_PATH to a known good
location for them at runtime.
If we don't do this, we get a runtime error like the following:
Client connection negotiation failed: client connection to
127.25.108.252:41613: unable to find SASL plugin: PLAIN
We ran into ABI compatibility issues attempting to do this with macOS,
so for now we will rely on the version of libsasl2 shipped with the Mac
distribution.
This patch also contains a minor change to strip all recursively-found
files under lib/ so that the sasl2 modules will also be stripped at
build time on Linux.
Change-Id: I44afa05bcfa1a29a90f58c72ed6b0752014a16eb
---
M build-support/mini-cluster/build_mini_cluster_binaries.sh
M build-support/mini-cluster/relocate_binaries_for_mini_cluster.py
2 files changed, 88 insertions(+), 22 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/50/12350/2
--
To view, visit http://gerrit.cloudera.org:8080/12350
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I44afa05bcfa1a29a90f58c72ed6b0752014a16eb
Gerrit-Change-Number: 12350
Gerrit-PatchSet: 2
Gerrit-Owner: Mike Percy <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Brian McDevitt <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Todd Lipcon <[email protected]>