mirror of
https://github.com/apache/impala.git
synced 2026-02-03 09:00:39 -05:00
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>