Balazs Hevele has uploaded this change for review. ( 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 Format can be string/base64/json. If not set, the default string format will be used. Change-Id: I032a5d0436f123d737d46d0b8cecbae09888a789 --- M shell/impala_shell/impala_client.py M shell/impala_shell/impala_shell.py M shell/impala_shell/option_parser.py M tests/shell/test_shell_commandline.py 4 files changed, 60 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/84/23884/1 -- 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: newchange Gerrit-Change-Id: I032a5d0436f123d737d46d0b8cecbae09888a789 Gerrit-Change-Number: 23884 Gerrit-PatchSet: 1 Gerrit-Owner: Balazs Hevele <[email protected]>
