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 940f6d1 KUDU-2817: Upgrade glog to 0.4.0
new adf4541 ksck: remove --verbose from description
new 926802b [KUDU-3116] Enhance KuduContext row operation metrics
new b3d231c rebalancer: throttle logging when building cluster info
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:
.../org/apache/kudu/spark/kudu/KuduContext.scala | 43 ++++++-----
.../apache/kudu/spark/kudu/MapAccumulator.scala | 83 ++++++++++++++++++++++
.../apache/kudu/spark/kudu/DefaultSourceTest.scala | 65 +++++++++++++----
src/kudu/rebalance/rebalancer.cc | 21 ++++--
src/kudu/tools/rebalancer_tool-test.cc | 6 +-
src/kudu/tools/tool_action_cluster.cc | 4 +-
6 files changed, 176 insertions(+), 46 deletions(-)
create mode 100644
java/kudu-spark/src/main/scala/org/apache/kudu/spark/kudu/MapAccumulator.scala