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

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


    from 5abbb9bd1 IMPALA-11903: Ozone emits NONE when not erasure-coded
     new f4d306cbc IMPALA-11629: Support for huawei OBS FileSystem
     new e17fd9a0d IMPALA-11850 Adds HTTP tracing headers when using the 
hs2-http protocol.

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/runtime/io/disk-io-mgr-test.cc              |   4 +-
 be/src/runtime/io/disk-io-mgr.cc                   |   8 +
 be/src/runtime/io/disk-io-mgr.h                    |   4 +
 be/src/transport/THttpServer.cpp                   |  22 +++
 be/src/transport/THttpServer.h                     |  17 +++
 be/src/util/hdfs-util.cc                           |   5 +
 be/src/util/hdfs-util.h                            |   3 +
 bin/impala-config.sh                               |  10 ++
 .../org/apache/impala/common/FileSystemUtil.java   |  15 +-
 java/executor-deps/pom.xml                         |  37 +++++
 java/pom.xml                                       |   1 +
 shell/ImpalaHttpClient.py                          |  29 ++++
 shell/impala_client.py                             |  39 ++++-
 shell/impala_shell.py                              |  15 +-
 shell/impala_shell_config_defaults.py              |   3 +-
 shell/option_parser.py                             |   5 +
 testdata/bin/create-load-data.sh                   |   7 +-
 .../common/etc/hadoop/conf/core-site.xml.py        |   9 ++
 tests/common/impala_test_suite.py                  |   6 +-
 tests/common/skip.py                               |  11 +-
 tests/common/test_dimensions.py                    |   4 +
 tests/custom_cluster/test_metastore_service.py     |  11 +-
 tests/custom_cluster/test_shell_commandline.py     | 169 +++++++++++++++++++++
 tests/util/filesystem_utils.py                     |   4 +-
 24 files changed, 412 insertions(+), 26 deletions(-)
 create mode 100644 tests/custom_cluster/test_shell_commandline.py

Reply via email to