Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19862 )
Change subject: [client] KUDU-3472 Python client API to import JWT ...................................................................... [client] KUDU-3472 Python client API to import JWT This patch adds JWT to the Python client builder and to the kudu.connect() methods. Change-Id: Icaef1bd28efe9d47252bd211fb937f2e6e48cea9 Reviewed-on: http://gerrit.cloudera.org:8080/19862 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Zoltan Chovan <[email protected]> --- M python/kudu/__init__.py M python/kudu/client.pyx M python/kudu/libkudu_client.pxd M python/kudu/tests/common.py M python/kudu/tests/test_client.py 5 files changed, 51 insertions(+), 4 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved Zoltan Chovan: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/19862 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Icaef1bd28efe9d47252bd211fb937f2e6e48cea9 Gerrit-Change-Number: 19862 Gerrit-PatchSet: 3 Gerrit-Owner: Marton Greber <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Attila Bukor <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Zoltan Chovan <[email protected]>
