Hello Todd Lipcon, Impala Public Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/13918 to look at the new patch set (#2). Change subject: IMPALA-8783: Add Kerberos SPNEGO support to the http hs2 server ...................................................................... IMPALA-8783: Add Kerberos SPNEGO support to the http hs2 server IMPALA-8538 added support for http connections to the hs2 server along with LDAP auth support. This patch adds support for authorizing with Kerberos via SPNEGO. Testing: - Added a unit test that runs a minikdc and an Impala server against it. Currently disabled until curl is available in the toolchain. - Tested manually on a real cluster with a full Kerberos setup and beeline. Change-Id: I15d9a842ab37ebc34b9fde5917137ff2961d870a --- M be/src/rpc/CMakeLists.txt M be/src/rpc/TAcceptQueueServer.cpp M be/src/rpc/auth-provider.h M be/src/rpc/authentication.cc A be/src/rpc/kerberos-test.cc M be/src/rpc/thrift-server.cc M be/src/rpc/thrift-server.h M be/src/service/impala-server.cc M be/src/transport/THttpServer.cpp M be/src/transport/THttpServer.h M common/thrift/metrics.json 11 files changed, 402 insertions(+), 98 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/18/13918/2 -- To view, visit http://gerrit.cloudera.org:8080/13918 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I15d9a842ab37ebc34b9fde5917137ff2961d870a Gerrit-Change-Number: 13918 Gerrit-PatchSet: 2 Gerrit-Owner: Thomas Tauber-Marshall <tmarsh...@cloudera.com> Gerrit-Reviewer: Impala Public Jenkins <impala-public-jenk...@cloudera.com> Gerrit-Reviewer: Thomas Tauber-Marshall <tmarsh...@cloudera.com> Gerrit-Reviewer: Todd Lipcon <t...@apache.org>