Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.6.0
Description
The stress test console output doesn't indicate what version of impala was used for the particular run, so AFAICT it's not possible to look back in time and know what the git hash of impala was for an old run of the stress test. We should output the version of impala to the console. We could just execute 'select version();' and print the output.