Impala Public Jenkins has submitted this change and it was merged. ( 
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
Reviewed-on: http://gerrit.cloudera.org:8080/23883
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>
---
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
M tests/shell/test_shell_interactive.py
5 files changed, 125 insertions(+), 22 deletions(-)

Approvals:
  Impala Public Jenkins: Looks good to me, approved; Verified

--
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: merged
Gerrit-Change-Id: Id8ce4ddcf013392b3c4d66941f07fb90f9c90c3c
Gerrit-Change-Number: 23883
Gerrit-PatchSet: 10
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: Peter Rozsa <[email protected]>
Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>

Reply via email to