Lars Volker has uploaded this change for review. (
http://gerrit.cloudera.org:8080/10905
Change subject: IMPALA-7006: [KSECURITY] Update security library integration
......................................................................
IMPALA-7006: [KSECURITY] Update security library integration
This commit is part of a set of changes for IMPALA-7006. It started
based on an original change (f51c4435), which integrated Kudu's security
folder into our build.
This change removes several compile time checks that are now either done
in Kudu's own cmake files or that can be removed due to Impala
deprecating support for older OS versions in the 3.x line.
The removed checks are:
HAVE_KRB5_GET_INIT_CREDS_OPT_SET_OUT_CCACHE:
We now check for this in Kudu's code.
HAVE_KRB5_IS_CONFIG_PRINCIPAL,
HAVE_KRB5_GET_INIT_CREDS_OPT_SET_FAST_CCACHE_NAME:
These checks are not needed anymore. All OS versions supported by
Impala now have sufficiently recent versions of Kerberos.
Change-Id: I9579eeb8b6a604bf91e81d080f5b245878b45afc
---
M be/CMakeLists.txt
M be/src/common/config.h.in
2 files changed, 0 insertions(+), 9 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/05/10905/1
--
To view, visit http://gerrit.cloudera.org:8080/10905
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9579eeb8b6a604bf91e81d080f5b245878b45afc
Gerrit-Change-Number: 10905
Gerrit-PatchSet: 1
Gerrit-Owner: Lars Volker <[email protected]>