Hello Philip Zeyliger,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/9006
to look at the new patch set (#3).
Change subject: IMPALA-6268:
KerberosOnAndOff/RpcMgrKerberizedTest.MultipleServices failing
......................................................................
IMPALA-6268: KerberosOnAndOff/RpcMgrKerberizedTest.MultipleServices failing
On systems that have Kerberos 1.11 or earlier, service principals with
IP addresses are not supported due to a bug:
http://krbdev.mit.edu/rt/Ticket/Display.html?id=7603
Since our BE tests use such principals, they fail on older platforms with the
above mentioned kerberos versions.
Kudu fixed this by adding a workaround which overrides krb5_realm_override.
https://github.com/cloudera/kudu/commit/ba2ae3de4a7c43ff2f5873e822410e066ea99667
However, when we moved Kudu's security library into Impala, we did not
add the appropriate build flags that allow it to be used. This patch fixes
that.
Testing: Verified that the failing test runs successfully on CentOs 6.4
with Kerberos 1.10.3
Change-Id: I60e291e8aa1b59b645b856d33c658471f314c221
---
M CMakeLists.txt
M be/src/rpc/CMakeLists.txt
M be/src/rpc/rpc-mgr-test.cc
3 files changed, 9 insertions(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/06/9006/3
--
To view, visit http://gerrit.cloudera.org:8080/9006
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I60e291e8aa1b59b645b856d33c658471f314c221
Gerrit-Change-Number: 9006
Gerrit-PatchSet: 3
Gerrit-Owner: Sailesh Mukil <[email protected]>
Gerrit-Reviewer: Philip Zeyliger <[email protected]>