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 b9a590a tablet_copy-test-base: fix a null ptr deref in TearDown
new 39a5987 KUDU-2763: Eliminate confusing log message
new 4ac5e50 [util] Introduce yaml-cpp to read config files
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:
CMakeLists.txt | 7 +
cmake_modules/{FindLz4.cmake => FindYaml.cmake} | 17 +--
src/kudu/consensus/raft_consensus.cc | 8 +-
src/kudu/util/CMakeLists.txt | 4 +-
src/kudu/util/yamlreader-test.cc | 176 ++++++++++++++++++++++++
src/kudu/util/yamlreader.cc | 100 ++++++++++++++
src/kudu/util/yamlreader.h | 129 +++++++++++++++++
thirdparty/build-definitions.sh | 29 ++++
thirdparty/build-thirdparty.sh | 9 ++
thirdparty/download-thirdparty.sh | 6 +
thirdparty/vars.sh | 5 +
11 files changed, 477 insertions(+), 13 deletions(-)
copy cmake_modules/{FindLz4.cmake => FindYaml.cmake} (73%)
create mode 100644 src/kudu/util/yamlreader-test.cc
create mode 100644 src/kudu/util/yamlreader.cc
create mode 100644 src/kudu/util/yamlreader.h