[
https://issues.apache.org/jira/browse/TAJO-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14185058#comment-14185058
]
Hudson commented on TAJO-1132:
------------------------------
SUCCESS: Integrated in Tajo-master-build #421 (See
[https://builds.apache.org/job/Tajo-master-build/421/])
TAJO-1132: More detailed version info in tsql. (hyunsik: rev
b5f3a7481eb7af0c4004a27f0d16bf203a8c4620)
* tajo-client/src/main/java/org/apache/tajo/cli/VersionCommand.java
* CHANGES
* tajo-core/src/main/java/org/apache/tajo/master/TajoMaster.java
* tajo-common/src/main/java/org/apache/tajo/util/VersionInfo.java
> More detailed version info in tsql
> ----------------------------------
>
> Key: TAJO-1132
> URL: https://issues.apache.org/jira/browse/TAJO-1132
> Project: Tajo
> Issue Type: Improvement
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Trivial
> Fix For: 0.9.1
>
>
> Currently, the displayed version information in tsql and WEB BI contains only
> version number. For easier debugging, we need more information including a
> git revision and a source checksum of compiled source and a compiled user.
> If we get the information from a user who has some problems, we can find out
> more things than now.
> This patch changes the display version information as follows:
> before
> {noformat}
> default> \version
> 0.9.1-SNAPSHOT
> {noformat}
> after patch
> {noformat}
> default> \version
> Tajo 0.9.1-SNAPSHOT (rev. 3c3bcce source checksum d8e7ddb compiled by hyunsik
> 2014-10-25T19:48Z)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)