Files
Balazs Hevele 474af29dc9 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 <impala-public-jenkins@cloudera.com>
Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
2026-01-27 19:30:29 +00:00
..