You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Bikramjeet Vig (JIRA)" <ji...@apache.org> on 2017/07/31 17:32:00 UTC

[jira] [Resolved] (IMPALA-5630) Add a string metric to expose the Kudu client version

     [ https://issues.apache.org/jira/browse/IMPALA-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bikramjeet Vig resolved IMPALA-5630.
------------------------------------
    Resolution: Fixed

IMPALA-5630: Add Kudu client version as a common metric

Change-Id: I8bd0e220c030822209b811703ebd0cea699e8268
Reviewed-on: http://gerrit.cloudera.org:8080/7525
Reviewed-by: Matthew Jacobs <mj...@cloudera.com>
Tested-by: Impala Public Jenkins

> Add a string metric to expose the Kudu client version
> -----------------------------------------------------
>
>                 Key: IMPALA-5630
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5630
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Backend
>    Affects Versions: Impala 2.8.0
>            Reporter: Matthew Jacobs
>            Assignee: Bikramjeet Vig
>            Priority: Minor
>              Labels: kudu, ramp-up
>
> 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:
> {code}
>   IMPALA_SERVER_VERSION = m->AddProperty<string>(
>       ImpaladMetricKeys::IMPALA_SERVER_VERSION, GetVersionString(true));
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)