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

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


    from aee0abd  IMPALA-8716: Log a group of privileges into a single audit 
event.
     new 10d1be0  IMPALA-7734: Catalog and Statestore memz page shows useless 
memory
     new 2164244  [DOCS] \N needs to be escaped in Sqoop for Impala to 
recognize as null

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/catalog/catalogd-main.cc                    |   4 +-
 be/src/runtime/exec-env.cc                         |   2 +-
 be/src/statestore/statestored-main.cc              |   4 +-
 be/src/util/CMakeLists.txt                         |   1 +
 be/src/util/default-path-handlers.cc               |  85 +------------
 be/src/util/default-path-handlers.h                |   4 +-
 be/src/util/memusage-path-handlers.cc              | 140 +++++++++++++++++++++
 ...lt-path-handlers.h => memusage-path-handlers.h} |  19 ++-
 docs/topics/impala_txtfile.xml                     |  51 ++++----
 www/memz.tmpl                                      |   4 +
 10 files changed, 190 insertions(+), 124 deletions(-)
 create mode 100644 be/src/util/memusage-path-handlers.cc
 copy be/src/util/{default-path-handlers.h => memusage-path-handlers.h} (64%)

Reply via email to