[
https://issues.apache.org/jira/browse/TAJO-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi updated TAJO-1132:
-------------------------------
Description:
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}
was:
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
```
default> \version
0.9.1-SNAPSHOT
```
after patch
```
default> \version
Tajo 0.9.1-SNAPSHOT (rev. 3c3bcce source checksum d8e7ddb compiled by hyunsik
2014-10-25T19:48Z)
```
> 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)