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:21:34 UTC

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

Jihun Kang created TAJO-1169:
--------------------------------

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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)