This is an automated email from the ASF dual-hosted git repository.

dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git


    from 79a971b28 IMPALA-12535: Fix misleading metric keys for the threadz page
     new 04f31aea7 IMPALA-12567: Deflake test_75_percent_availability
     new 04bdb4d32 IMPALA-12552: Fix Kerberos authentication issue that occurs 
in python 3 environment when kerberos_host_fqdn option is used

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:
 .../customcluster/KerberosKdcEnvironment.java      | 35 +++++++++
 .../customcluster/LdapKerberosImpalaShellTest.java | 68 ++++++++++++++--
 .../impala/customcluster/RunShellCommand.java      |  1 -
 infra/python/deps/py2-requirements.txt             |  1 +
 infra/python/deps/py3-requirements.txt             |  1 +
 shell/impala_client.py                             |  6 +-
 .../src/__init__.py => kerberos_util.py}           | 10 ++-
 shell/make_shell_tarball.sh                        |  1 +
 shell/packaging/make_python_package.sh             |  1 +
 tests/custom_cluster/test_executor_groups.py       | 32 ++++----
 .../shell/test_kerberos_util.py                    | 27 +++----
 .../shell/test_shell_commandline_kerberos_auth.py  | 91 ++++++++++++++++++++++
 12 files changed, 233 insertions(+), 41 deletions(-)
 copy shell/{ext-py/thrift-0.16.0/src/__init__.py => kerberos_util.py} (71%)
 copy docker/annotate.py => tests/shell/test_kerberos_util.py (64%)
 mode change 100755 => 100644
 create mode 100644 tests/shell/test_shell_commandline_kerberos_auth.py

Reply via email to