Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 2.8.0
-
ghx-label-6
Description
The kudu client version can be accessed via kudu::client::GetShortVersionString(). We should expose this as an Impala string metric, e.g. see how impalad-metrics.h creates a string metric for the Impala server version:
IMPALA_SERVER_VERSION = m->AddProperty<string>(
ImpaladMetricKeys::IMPALA_SERVER_VERSION, GetVersionString(true));