This is an automated email from the ASF dual-hosted git repository.
michaelsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 57964c83d IMPALA-11823: Add more items to Impala web UI queries page
new 14035065f IMPALA-12145: Fix profiles with non-ascii character in
impala-shell (python2)
new 683bef1ca IMPALA-11253: Support testing with Java 11 (take 2)
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:
CMakeLists.txt | 2 +
LICENSE.txt | 34 ---
README-build.md | 4 +-
bin/bootstrap_system.sh | 66 +----
bin/{start-daemon.sh => impala-config-java.sh} | 27 +-
bin/impala-config.sh | 74 +++++-
bin/run-all-tests.sh | 14 +
cmake_modules/FindJNI.cmake | 281 ---------------------
fe/pom.xml | 16 +-
.../org/apache/impala/util/JMXJsonUtilTest.java | 3 +-
java/TableFlattener/pom.xml | 2 +-
java/datagenerator/pom.xml | 4 +-
java/executor-deps/pom.xml | 2 +-
java/ext-data-source/api/pom.xml | 6 +-
java/ext-data-source/sample/pom.xml | 4 +-
java/ext-data-source/test/pom.xml | 2 +-
java/query-event-hook-api/pom.xml | 4 +-
java/shaded-deps/hive-exec/pom.xml | 2 +-
java/shaded-deps/s3a-aws-sdk/pom.xml | 2 +-
java/test-corrupt-hive-udfs/pom.xml | 2 +-
java/test-hive-udfs/pom.xml | 2 +-
java/yarn-extras/pom.xml | 2 +-
shell/impala_shell.py | 9 +-
shell/shell_output.py | 20 ++
testdata/bin/run-ranger-server.sh | 8 +-
tests/shell/test_shell_commandline.py | 10 +
.../test_banned_log_messages.py} | 36 +--
27 files changed, 201 insertions(+), 437 deletions(-)
copy bin/{start-daemon.sh => impala-config-java.sh} (58%)
mode change 100755 => 100644
delete mode 100644 cmake_modules/FindJNI.cmake
copy tests/{query_test/test_local_fs.py =>
verifiers/test_banned_log_messages.py} (54%)