This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 882ae58 bitshuffle: stop using uninitialized data as padding
new c0a9fdc ranger: enable log4j2 logging to files
new e37b340 scripts: fix benchmark parsing for wire_protocol-test
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:
java/kudu-subprocess/build.gradle | 2 +
src/kudu/ranger/mini_ranger.cc | 12 +-
src/kudu/ranger/mini_ranger.h | 4 +-
src/kudu/ranger/ranger_client-test.cc | 68 +++++++++++
src/kudu/ranger/ranger_client.cc | 198 +++++++++++++++++++++++---------
src/kudu/scripts/benchmarks.sh | 26 +++--
src/kudu/subprocess/CMakeLists.txt | 1 +
src/kudu/subprocess/subprocess_proxy.cc | 128 +++++++++++++++++++++
src/kudu/subprocess/subprocess_proxy.h | 23 +++-
src/kudu/util/env.h | 3 +
10 files changed, 390 insertions(+), 75 deletions(-)
create mode 100644 src/kudu/subprocess/subprocess_proxy.cc