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 cd9f3f578 IMPALA-11435: Suppress logging for 'thrift' in impala-shell
     new b2bc48840 IMPALA-12029: Relax scan fragment parallelism on first 
planning
     new ac23deab4 IMPALA-12036: Fix Web UI to show right resource pools
     new 73a33d93d IMPALA-12037: Update Chart.js to 2.9.4

The 3 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/scheduling/request-pool-service.cc          |   6 --
 be/src/service/client-request-state.h              |  17 +++-
 be/src/service/impala-server.cc                    |   1 +
 common/thrift/ImpalaService.thrift                 |   6 ++
 .../org/apache/impala/planner/HBaseScanNode.java   |   4 +-
 .../org/apache/impala/planner/HdfsScanNode.java    |  31 ++++--
 .../org/apache/impala/planner/KuduScanNode.java    |   4 +-
 .../org/apache/impala/planner/PlanFragment.java    |  43 ++++++--
 .../java/org/apache/impala/planner/PlanNode.java   |   4 +-
 .../java/org/apache/impala/planner/Planner.java    |  21 ++--
 .../java/org/apache/impala/planner/ScanNode.java   |  48 ++++++++-
 .../java/org/apache/impala/service/Frontend.java   | 111 ++++++++++++++++++---
 fe/src/test/resources/llama-site-3-groups.xml      |   4 +-
 tests/custom_cluster/test_admission_controller.py  |   9 +-
 tests/custom_cluster/test_executor_groups.py       |  81 ++++++++++++++-
 tests/custom_cluster/test_web_pages.py             |   2 +
 www/Chart-2.7.3.min.js                             |  10 --
 www/Chart-2.9.4.min.js                             |   7 ++
 www/admission_controller.tmpl                      |  42 +++++++-
 19 files changed, 372 insertions(+), 79 deletions(-)
 delete mode 100644 www/Chart-2.7.3.min.js
 create mode 100755 www/Chart-2.9.4.min.js

Reply via email to