You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Sorabh Hamirwasia (JIRA)" <ji...@apache.org> on 2019/04/24 22:54:00 UTC

[jira] [Commented] (DRILL-7208) Drill commit is no showed if build Drill from the 1.16.0-rc1 release sources.

    [ https://issues.apache.org/jira/browse/DRILL-7208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825559#comment-16825559 ] 

Sorabh Hamirwasia commented on DRILL-7208:
------------------------------------------

I tried the same thing for 1.15-src tarball and it has same issues. So I don't think this is release blocker anymore.

 

[root@qa-node161 bin]# ./sqlline -u "jdbc:drill:drillbit=localhost"
Apache Drill 1.15.0
"Keep your data close, but your Drillbits closer."
0: jdbc:drill:drillbit=localhost> SELECT * FROM sys.version;
+----------+------------+-----------------+--------------+--------------+-------------+
| version | commit_id | commit_message | commit_time | build_email | build_time |
+----------+------------+-----------------+--------------+--------------+-------------+
| 1.15.0 | Unknown | | | Unknown | |
+----------+------------+-----------------+--------------+--------------+-------------+
1 row selected (0.403 seconds)

> Drill commit is no showed if build Drill from the 1.16.0-rc1 release sources.
> -----------------------------------------------------------------------------
>
>                 Key: DRILL-7208
>                 URL: https://issues.apache.org/jira/browse/DRILL-7208
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.16.0
>            Reporter: Anton Gozhiy
>            Priority: Major
>             Fix For: 1.16.0
>
>
> *Steps:*
>  # Download the rc1 sources tarball:
>  [apache-drill-1.16.0-src.tar.gz|http://home.apache.org/~sorabh/drill/releases/1.16.0/rc1/apache-drill-1.16.0-src.tar.gz]
>  # Unpack
>  # Build:
> {noformat}
> mvn clean install -DskipTests
> {noformat}
>  # Start Drill in embedded mode:
> {noformat}
> Linux:
> distribution/target/apache-drill-1.16.0/apache-drill-1.16.0/bin/drill-embedded
> Windows:
> distribution\target\apache-drill-1.16.0\apache-drill-1.16.0\bin\sqlline.bat -u "jdbc:drill:zk=local"
> {noformat}
>  # Run the query:
> {code:sql}
> select * from sys.version;
> {code}
> *Expected result:*
>  Drill version, commit_id, commit_message, commit_time, build_email, build_time should be correctly displayed.
> *Actual result:*
> {noformat}
> apache drill> select * from sys.version;
> +---------+-----------+----------------+-------------+-------------+------------+
> | version | commit_id | commit_message | commit_time | build_email | build_time |
> +---------+-----------+----------------+-------------+-------------+------------+
> | 1.16.0  | Unknown   |                |             | Unknown     |            |
> +---------+-----------+----------------+-------------+-------------+------------+
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)