Csaba Ringhofer has posted comments on this change. ( http://gerrit.cloudera.org:8080/18177 )
Change subject: IMPALA-11096: Strict_hs2 mode in impala-shell does not support get_summary ...................................................................... Patch Set 3: (1 comment) http://gerrit.cloudera.org:8080/#/c/18177/3/shell/impala_shell.py File shell/impala_shell.py: http://gerrit.cloudera.org:8080/#/c/18177/3/shell/impala_shell.py@234 PS3, Line 234: # live_summary and live_progress are turned off in strict_hs2_protocol mode : if options.live_summary and options.strict_hs2_protocol: : warning = "WARNING: Unable to track live summary with strict_hs2_protocol" : print(warning, file=sys.stderr) : self.live_summary = options.live_summary and not options.strict_hs2_protocol : if options.live_progress and options.strict_hs2_protocol: : warning = "WARNING: Unable to track live progress with strict_hs2_protocol" : print(warning, file=sys.stderr) This has only effect if we start Impala with live_summery turned on - but it is also possible to change it with SET command, see https://github.com/apache/impala/blob/b28da054f3595bb92873433211438306fc22fbc7/tests/custom_cluster/test_shell_interactive.py#L50 -- To view, visit http://gerrit.cloudera.org:8080/18177 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I6aee838a80b4659a13a0a0cb9eabffa2c8767c8f Gerrit-Change-Number: 18177 Gerrit-PatchSet: 3 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Comment-Date: Tue, 01 Feb 2022 21:14:59 +0000 Gerrit-HasComments: Yes
