Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15513 )
Change subject: IMPALA-3343: Part 2 - Add thrift_sasl library to shell/ext_py/ ...................................................................... IMPALA-3343: Part 2 - Add thrift_sasl library to shell/ext_py/ We've relied on a copied version of thrift_sasl.py, which needs to be updated to be compatible with python 3, so taking this opportunity to add the thrift_sasl 0.4.1 package to ext-py like the other external python libs we use. Change-Id: I7e66c728883ceb5b3e96bc5fd120d44ab81bbb75 Reviewed-on: http://gerrit.cloudera.org:8080/15513 Reviewed-by: David Knupp <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M LICENSE.txt M bin/rat_exclude_files.txt M shell/.gitignore A shell/ext-py/thrift_sasl-0.4.1/CHANGELOG.md A shell/ext-py/thrift_sasl-0.4.1/LICENSE A shell/ext-py/thrift_sasl-0.4.1/README.md A shell/ext-py/thrift_sasl-0.4.1/setup.py R shell/ext-py/thrift_sasl-0.4.1/thrift_sasl/__init__.py M shell/make_shell_tarball.sh M shell/packaging/requirements.txt M tests/util/thrift_util.py 11 files changed, 323 insertions(+), 33 deletions(-) Approvals: David Knupp: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/15513 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7e66c728883ceb5b3e96bc5fd120d44ab81bbb75 Gerrit-Change-Number: 15513 Gerrit-PatchSet: 3 Gerrit-Owner: David Knupp <[email protected]> Gerrit-Reviewer: David Knupp <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
