[
https://issues.apache.org/jira/browse/TAJO-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi resolved TAJO-1169.
--------------------------------
Resolution: Fixed
Fix Version/s: 0.9.1
committed.
> Some older version of OpenJDK 1.6 does not get default timezone id
> ------------------------------------------------------------------
>
> Key: TAJO-1169
> URL: https://issues.apache.org/jira/browse/TAJO-1169
> Project: Tajo
> Issue Type: Improvement
> Reporter: Jihun Kang
> Assignee: Jihun Kang
> Priority: Trivial
> Fix For: 0.9.1
>
>
> Some older version of openjdk 1.6 does not find timezone information on rhel
> 6.x or fedora linux when it boots up. So it also affected to the TajoConf,
> and it always show empty string when getting *tajo.timezone* configuration.
> When I running this command on rhel 6.4, it does not return the timezone
> information and tajocli shows the timestamp 9 hours earlier.
> {code}
> [root@oracle-db1 tajo-0.9.1]# ./bin/tajo getconf tajo.timezone
> {code}
> {code:borderstyle=solid}
> tpch> select now();
> ?now
> -------------------------------
> 2014-11-12 08:19:27.566
> [root@oracle-db1 tajo-0.9.1]# date
> 2014. 11. 12. 17:20:00 KST
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)