Csaba Ringhofer has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22780
Change subject: IMPALA-13746: Fix long ldap password handling in impala-shell+hs2-http ...................................................................... IMPALA-13746: Fix long ldap password handling in impala-shell+hs2-http Before this patch impala-shell inserted a \n char after every 76 bytes. The fix is to switch to a different function for encoding. The exact semantics of base64 functions is described in https://docs.python.org/3/library/base64.html Based on impyla fix https://github.com/cloudera/impyla/pull/562 by https://github.com/paulmayer Change-Id: I4d73d682cf2d1843d9801ef71b99d551b79deb19 --- M fe/src/test/java/org/apache/impala/customcluster/LdapImpalaShellTest.java M fe/src/test/java/org/apache/impala/testutil/LdapUtil.java M fe/src/test/resources/users.ldif M shell/impala_client.py 4 files changed, 31 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/80/22780/1 -- To view, visit http://gerrit.cloudera.org:8080/22780 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4d73d682cf2d1843d9801ef71b99d551b79deb19 Gerrit-Change-Number: 22780 Gerrit-PatchSet: 1 Gerrit-Owner: Csaba Ringhofer <csringho...@cloudera.com>