Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EDE218561 for ; Tue, 13 Oct 2015 12:50:05 +0000 (UTC) Received: (qmail 36747 invoked by uid 500); 13 Oct 2015 12:50:05 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 36719 invoked by uid 500); 13 Oct 2015 12:50:05 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 36708 invoked by uid 99); 13 Oct 2015 12:50:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2015 12:50:05 +0000 Date: Tue, 13 Oct 2015 12:50:05 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (DRILL-2726) Display Drill version in sys.version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2726?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1495= 4869#comment-14954869 ]=20 ASF GitHub Bot commented on DRILL-2726: --------------------------------------- GitHub user tgrall opened a pull request: https://github.com/apache/drill/pull/198 Add Drill version, from Manifest, same as SqlLine in the sys.version = =E2=80=A6 =E2=80=A6see [DRILL-2726](https://issues.apache.org/jira/browse/DRILL-2= 726) =20 This PR does the following: ``` apache drill 1.2.0-SNAPSHOT "got drill?" 0: jdbc:drill:zk=3Dlocal> select * from sys.version; +-----------------+-------------------------------------------+--------= ---------------------------------------------------------+-----------------= ------------+--------------------+-----------------------------+ | version_number | commit_id | = commit_message | commit_t= ime | build_email | build_time | +-----------------+-------------------------------------------+--------= ---------------------------------------------------------+-----------------= ------------+--------------------+-----------------------------+ | 1.2.0-SNAPSHOT | b4d47c56b6484eedbf3f44516338da4cdbfbb7b4 | DRILL-3= 918: During expansion save the metadata for future use. | 11.10.2015 @ 21:= 30:38 CEST | tugdual@gmail.com | 13.10.2015 @ 04:49:00 CEST | +-----------------+-------------------------------------------+--------= ---------------------------------------------------------+-----------------= ------------+--------------------+-----------------------------+ 1 row selected (1.84 seconds) ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/tgrall/drill DRILL-2726 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/drill/pull/198.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #198 =20 ---- commit 3a58761520a5b9eebc271823d24f6c118a5633b7 Author: Tugdual Grall Date: 2015-10-13T12:45:57Z Add Drill version, from Manifest, same as SqlLine in the sys.version se= e DRILL-2726 ---- > Display Drill version in sys.version > ------------------------------------ > > Key: DRILL-2726 > URL: https://issues.apache.org/jira/browse/DRILL-2726 > Project: Apache Drill > Issue Type: Improvement > Components: Storage - Other > Reporter: Andries Engelbrecht > Fix For: Future > > > Include the Drill version information in sys.version, so it is easy to de= termine the exact version of Drill being used for support purposes. > Adding a version column to sys.version to show the exact version i.e. > mapr-drill-0.8.0.31168-1 > or > apache-drill-0.8.0.31168-1 > Will make it easier for users to quickly identify the Drill version being= used, and provide that information. -- This message was sent by Atlassian JIRA (v6.3.4#6332)