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

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


    from 24aebba  [nvm_cache] set --nvm_cache_allocation_retry_count to 0
     new 930d544  [spark] Separate out DefaultSourceTests
     new 5ca01ce  webserver: enable HTTP keep-alive
     new 03cbd75  www: miscellaneous mustache updates

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:
 .../apache/kudu/spark/kudu/DefaultSourceTest.scala | 497 -------------------
 .../org/apache/kudu/spark/kudu/KuduTestSuite.scala |  14 +
 .../org/apache/kudu/spark/kudu/SparkSQLTest.scala  | 534 +++++++++++++++++++++
 src/kudu/master/master_path_handlers.cc            |  10 +-
 src/kudu/server/default_path_handlers.cc           |  14 +-
 src/kudu/server/pprof_path_handlers.cc             |  18 +-
 src/kudu/server/rpcz-path-handler.cc               |   2 +-
 src/kudu/server/tracing_path_handlers.cc           |   4 +-
 src/kudu/server/webserver-test.cc                  |  21 +
 src/kudu/server/webserver.cc                       | 231 +++++----
 src/kudu/server/webserver.h                        |  14 +-
 src/kudu/tserver/tserver_path_handlers.cc          |  70 +--
 src/kudu/tserver/tserver_path_handlers.h           |   6 +-
 src/kudu/util/curl_util.cc                         |  12 +-
 src/kudu/util/curl_util.h                          |   7 +
 src/kudu/util/thread.cc                            | 119 ++---
 src/kudu/util/web_callback_registry.h              |   9 +-
 www/{home.mustache => dashboards.mustache}         |  15 +-
 www/kudu.js                                        |  27 +-
 www/tablets.mustache                               |  10 +-
 www/threadz.mustache                               |  68 +++
 21 files changed, 919 insertions(+), 783 deletions(-)
 create mode 100644 
java/kudu-spark/src/test/scala/org/apache/kudu/spark/kudu/SparkSQLTest.scala
 copy www/{home.mustache => dashboards.mustache} (58%)
 create mode 100644 www/threadz.mustache

Reply via email to