Todd Lipcon has submitted this change and it was merged. Change subject: client: add APIs to fetch version info ......................................................................
client: add APIs to fetch version info This adds some simple APIs which return the build version info. This is useful for example in Impala where we might want to include the Kudu client version in debug info, etc. Change-Id: I19352889f348111e262581974a54143275108286 Reviewed-on: http://gerrit.cloudera.org:8080/2631 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/client/client.cc M src/kudu/client/client.h M src/kudu/client/samples/sample.cc 3 files changed, 21 insertions(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2631 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I19352889f348111e262581974a54143275108286 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
