This is an automated email from the ASF dual-hosted git repository.
laszlog pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from ee67ede31 IMPALA-12349: Support Apache Hive 2.x in Impala
new 5ae0d8f94 IMPALA-13679: Fix ASAN Failure in Workload Management Tests
new 5164a8c41 IMPALA-13687: Support shared secret key for cookies
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/rpc/auth-provider.h | 3 -
be/src/rpc/authentication.cc | 37 ++++--
be/src/rpc/authentication.h | 9 +-
be/src/service/impala-server.h | 1 -
be/src/service/workload-management-worker.cc | 45 ++++---
be/src/util/CMakeLists.txt | 2 -
be/src/util/openssl-util-test.cc | 130 +++++++++++++++++++
be/src/util/openssl-util.cc | 127 ++++++++++++++++++
be/src/util/openssl-util.h | 49 ++++++-
be/src/util/ticker-test.cc | 133 -------------------
be/src/util/ticker.h | 143 ---------------------
be/src/util/webserver-test.cc | 9 --
be/src/util/webserver.cc | 10 +-
be/src/util/webserver.h | 3 -
docs/topics/impala_client.xml | 34 ++++-
.../apache/impala/customcluster/LdapHS2Test.java | 111 ++++++++++++++++
.../impala/customcluster/LdapImpalaShellTest.java | 63 +++++++++
.../LdapSearchBindImpalaShellTest.java | 13 ++
.../LdapSimpleBindImpalaShellTest.java | 11 ++
.../impala/customcluster/LdapWebserverTest.java | 50 +++++++
.../java/org/apache/impala/testutil/TestUtils.java | 31 +++++
.../java/org/apache/impala/testutil/WebClient.java | 7 +
22 files changed, 681 insertions(+), 340 deletions(-)
delete mode 100644 be/src/util/ticker-test.cc
delete mode 100644 be/src/util/ticker.h