Will Berkeley has submitted this change and it was merged. Change subject: [python] - Update kudu.connect to enable multi-master ......................................................................
[python] - Update kudu.connect to enable multi-master Currently, the kudu.connect method does not support multi-master. This patch addresses this and also adds a default for the port. Additionally, this patch modifies the existing test bed to run on a multi-master instance. Change-Id: Ia2721236d5f92ced2afb4a867511c4144a2ab16a Reviewed-on: http://gerrit.cloudera.org:8080/4883 Tested-by: Kudu Jenkins Reviewed-by: Will Berkeley <[email protected]> --- M python/kudu/__init__.py M python/kudu/client.pyx M python/kudu/tests/common.py M python/kudu/tests/test_client.py M python/kudu/tests/test_scantoken.py 5 files changed, 80 insertions(+), 56 deletions(-) Approvals: Will Berkeley: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/4883 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia2721236d5f92ced2afb4a867511c4144a2ab16a Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Jordan Birdsell <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
