Henry Robinson has submitted this change and it was merged. Change subject: IMPALA-4650: Add Protobuf to build ......................................................................
IMPALA-4650: Add Protobuf to build This patch adds Protobuf 2.6.1 to Impala's build, and bumps the toolchain version so that the dependency is available. Protobuf is unused in this commit, but is required for KRPC. FindProtobuf.cmake includes some utility CMake methods to generate source code from Protobuf definitions. It is taken from Kudu. Change-Id: Ic9357fe0f201cbf7df1ba19fe4773dfb6c10b4ef Reviewed-on: http://gerrit.cloudera.org:8080/5657 Tested-by: Impala Public Jenkins Reviewed-by: Henry Robinson <[email protected]> --- M CMakeLists.txt M be/CMakeLists.txt M bin/bootstrap_toolchain.py M bin/impala-config.sh A cmake_modules/FindProtobuf.cmake 5 files changed, 250 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Verified Henry Robinson: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/5657 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic9357fe0f201cbf7df1ba19fe4773dfb6c10b4ef Gerrit-PatchSet: 3 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Tim Armstrong <[email protected]>
