You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Devender Yadav (JIRA)" <ji...@apache.org> on 2015/12/28 08:41:49 UTC

[jira] [Updated] (DRILL-4228) Wrong query is mentioned "To identify drill-version" in documentation.

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

Devender Yadav  updated DRILL-4228:
-----------------------------------
    Description: 
In Drill docs / troubleshooting (https://drill.apache.org/docs/troubleshooting/#identify-the-drill-version ):

To identify drill-version:
Issue the following query to identify the version of Drill running in your cluster:
SELECT commit_id FROM sys.version;

It should be:
 SELECT version FROM sys.version;


  was:
In Drill docs / troubleshooting (https://drill.apache.org/docs/troubleshooting/#identify-the-drill-version ) :

To identify drill-version:
Issue the following query to identify the version of Drill running in your cluster:
SELECT commit_id FROM sys.version;

It should be:
 SELECT version FROM sys.version;



> Wrong query is mentioned "To identify drill-version" in documentation.
> ----------------------------------------------------------------------
>
>                 Key: DRILL-4228
>                 URL: https://issues.apache.org/jira/browse/DRILL-4228
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 1.3.0
>            Reporter: Devender Yadav 
>
> In Drill docs / troubleshooting (https://drill.apache.org/docs/troubleshooting/#identify-the-drill-version ):
> To identify drill-version:
> Issue the following query to identify the version of Drill running in your cluster:
> SELECT commit_id FROM sys.version;
> It should be:
>  SELECT version FROM sys.version;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)