Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/17351
Change subject: POC: use puresasl instead of sasl in impala-shell ...................................................................... POC: use puresasl instead of sasl in impala-shell There are plans to switch to puresasl in Impyla: https://github.com/attilajeges/thrift_sasl/commit/c95c69a041d89aa7963f4f9d3834d8e347cf05af This change tries to do the same in Impala to be able to run Impala's test suite with puresasl. Change-Id: Iba5a15e867969938792d120cd8f1ad1ed6370906 --- M LICENSE.txt M bin/rat_exclude_files.txt M shell/.gitignore A shell/ext-py/pure-sasl-0.6.2/CHANGES.rst A shell/ext-py/pure-sasl-0.6.2/LICENSE A shell/ext-py/pure-sasl-0.6.2/MANIFEST.in A shell/ext-py/pure-sasl-0.6.2/PKG-INFO A shell/ext-py/pure-sasl-0.6.2/README.rst A shell/ext-py/pure-sasl-0.6.2/puresasl/__init__.py A shell/ext-py/pure-sasl-0.6.2/puresasl/client.py A shell/ext-py/pure-sasl-0.6.2/puresasl/mechanisms.py A shell/ext-py/pure-sasl-0.6.2/setup.cfg A shell/ext-py/pure-sasl-0.6.2/setup.py D shell/ext-py/sasl-0.2.1/LICENSE.txt D shell/ext-py/sasl-0.2.1/MANIFEST.in D shell/ext-py/sasl-0.2.1/recython.sh D shell/ext-py/sasl-0.2.1/sasl/__init__.py D shell/ext-py/sasl-0.2.1/sasl/saslwrapper.cpp D shell/ext-py/sasl-0.2.1/sasl/saslwrapper.h D shell/ext-py/sasl-0.2.1/sasl/saslwrapper.pyx D shell/ext-py/sasl-0.2.1/setup.py M shell/ext-py/thrift_sasl-0.4.2/setup.py M shell/impala-shell M shell/impala_client.py 24 files changed, 1,128 insertions(+), 5,069 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/51/17351/1 -- To view, visit http://gerrit.cloudera.org:8080/17351 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iba5a15e867969938792d120cd8f1ad1ed6370906 Gerrit-Change-Number: 17351 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <[email protected]>
