Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20074 )
Change subject: IMPALA-11435: Fixup - Suppress logging for 'thrift' in impala-shell ...................................................................... IMPALA-11435: Fixup - Suppress logging for 'thrift' in impala-shell Commit cd9f3f578 aims to suppres logging for the 'thrift' library within impala-shell. However, it does not work in all case. This change moves the fix into the 'main' function, which suppresses the unwanted messagge. Tested by connecting through impala-shell with Python2.7 and Python3.6 with SSL enabled. Change-Id: I4de95b1b67abe9a0b4637910b0894addddda23d5 Reviewed-on: http://gerrit.cloudera.org:8080/20074 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M shell/impala_shell.py 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20074 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4de95b1b67abe9a0b4637910b0894addddda23d5 Gerrit-Change-Number: 20074 Gerrit-PatchSet: 3 Gerrit-Owner: Vincent Tran <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Peter Rozsa <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
