You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihun Kang (JIRA)" <ji...@apache.org> on 2014/11/12 09:24:34 UTC

[jira] [Updated] (TAJO-1169) Some older version of OpenJDK 1.6 does not get default timezone id

     [ https://issues.apache.org/jira/browse/TAJO-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jihun Kang updated TAJO-1169:
-----------------------------
    Description: 
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 {code}tajo.timezone{code} 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}

  was:
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.
```
[root@oracle-db1 tajo-0.9.1]# ./bin/tajo getconf tajo.timezone

```
```
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
```


> 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
>
> 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 {code}tajo.timezone{code} 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)