Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23884 )
Change subject: IMPALA-14673 impala-shell: profile format argument ...................................................................... IMPALA-14673 impala-shell: profile format argument Selecting format was already supported by Impala's HS2 Interface, but so far we only used the default STRING format in impala shell. Added a command line argument to set which format to use: impala-shell.sh --profile_format=Format Can also be changed runtime as a shell option, in the shell: set profile_format=Format; Format can be string/base64/json. If not set, the default string format will be used. With base64 format, the output can be parsed with impala-profile-tool. Change-Id: I032a5d0436f123d737d46d0b8cecbae09888a789 Reviewed-on: http://gerrit.cloudera.org:8080/23884 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M shell/impala_shell/impala_client.py M shell/impala_shell/impala_shell.py M shell/impala_shell/impala_shell_config_defaults.py M shell/impala_shell/option_parser.py M tests/shell/test_shell_commandline.py 5 files changed, 74 insertions(+), 6 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/23884 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I032a5d0436f123d737d46d0b8cecbae09888a789 Gerrit-Change-Number: 23884 Gerrit-PatchSet: 11 Gerrit-Owner: Balazs Hevele <[email protected]> Gerrit-Reviewer: Balazs Hevele <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Surya Hebbar <[email protected]>
