Balazs Hevele has uploaded a new patch set (#2). (
http://gerrit.cloudera.org:8080/23883 )
Change subject: IMPALA-572 impala-shell: add option to write profiles to a file
......................................................................
IMPALA-572 impala-shell: add option to write profiles to a file
Added an argument to write runtime profiles to a given file,
after running "profile;" or a query with -p flag set.
Usage:
impala-shell.sh --profile_output=path/to/file
It is also available as a shell option:
SET PROFILE_OUTPUT=path/to/file;
If no file is provided, the profile will be written to standard output.
Change-Id: Id8ce4ddcf013392b3c4d66941f07fb90f9c90c3c
---
M shell/impala_shell/impala_shell.py
M shell/impala_shell/option_parser.py
M tests/shell/test_shell_commandline.py
M tests/shell/test_shell_interactive.py
4 files changed, 66 insertions(+), 4 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/23883/2
--
To view, visit http://gerrit.cloudera.org:8080/23883
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id8ce4ddcf013392b3c4d66941f07fb90f9c90c3c
Gerrit-Change-Number: 23883
Gerrit-PatchSet: 2
Gerrit-Owner: Balazs Hevele <[email protected]>