Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
Impala 0.6
-
None
-
None
Description
Incompatibility between Impala and Hive in Japan( or other timezones except for UTC):
Impala:
select from_unixtime(0); Query: select from_unixtime(0) Query finished, fetching results ... 1970-01-01 00:00:00 Returned 1 row(s) in 0.01s
Hive:
select from_unixtime(0) from tmp; <snip> OK 1970-01-01 09:00:00
This is because Hive returns as current system time zone(GMT+9), but Impala returns as UTC.
Attachments
Issue Links
- is duplicated by
-
IMPALA-1086 unix_timestamp() returns timestamp relative to local timezone epoch
-
- Resolved
-
-
IMPALA-1435 unix_timestamp() default timezone different from Hive or MySQL
-
- Resolved
-