Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/7053 to look at the new patch set (#2). Change subject: WIP: Add basic Hive MetaStore client ...................................................................... WIP: Add basic Hive MetaStore client This is a work-in-progress patch to create a basic HiveMetastore client. - Thrift has been added as a dependency, and a mechanism for performing Thrift codegen at compile time has been added (see FindThrift.cmake, based on FindProtobuf.cmake) - Hive and Hadoop have been added to thirdparty as test-only dependency. - A Hive MetaStore external mini server is included for testing. See mini_hms.[h|cc]. WIP because it's not yet expected to work with dist-test (Hive and Hadoop artifacts need to be distributed). Change-Id: I155223da912bc18a759df2f1f6bc25d1132a99ee --- M CMakeLists.txt A cmake_modules/FindJavaHome.cmake A cmake_modules/FindThrift.cmake A src/kudu/hms/CMakeLists.txt A src/kudu/hms/hive_metastore-test.cc A src/kudu/hms/hive_metastore.cc A src/kudu/hms/hive_metastore.h A src/kudu/hms/hive_metastore.thrift A src/kudu/hms/mini_hms-test.cc A src/kudu/hms/mini_hms.cc A src/kudu/hms/mini_hms.h M src/kudu/security/test/mini_kdc.cc M src/kudu/security/test/mini_kdc.h M src/kudu/util/subprocess.cc M src/kudu/util/subprocess.h M src/kudu/util/test_util.cc M thirdparty/build-definitions.sh M thirdparty/build-thirdparty.sh M thirdparty/download-thirdparty.sh M thirdparty/vars.sh 20 files changed, 2,158 insertions(+), 103 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/53/7053/2 -- To view, visit http://gerrit.cloudera.org:8080/7053 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I155223da912bc18a759df2f1f6bc25d1132a99ee Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <danburk...@apache.org> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <t...@apache.org>