Yingchun Lai has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20094 )
Change subject: [examples] make C++ example working with HMS-enabled cluster ...................................................................... [examples] make C++ example working with HMS-enabled cluster To make the example of a Kudu C++ application work in case of HMS-enabled Kudu cluster, the name of the test table should contain a database prefix. This patch does just so, so the example now works against both types of Kudu clusters: with and without HMS integration. Change-Id: I0c2e952fb1434111cbcbef7289713c268ceebf62 Reviewed-on: http://gerrit.cloudera.org:8080/20080 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Kudu Jenkins (cherry picked from commit 7ed5a3093cea512990087a04d1f2c60df1bea7fe) Reviewed-on: http://gerrit.cloudera.org:8080/20094 Reviewed-by: Yingchun Lai <[email protected]> Tested-by: Yingchun Lai <[email protected]> --- M examples/cpp/example.cc 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Yingchun Lai: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20094 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.17.x Gerrit-MessageType: merged Gerrit-Change-Id: I0c2e952fb1434111cbcbef7289713c268ceebf62 Gerrit-Change-Number: 20094 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Yingchun Lai <[email protected]>
