Apache HIVE

Apache Hive is one of the most popular SQL framework in Hadoop ecosystem.

Apache Hive

Handle Date and Timestamp in HIVE like a pro – Everything you must know

Hive supports traditional UNIX timestamp data type with nanosecond upto 9 decimal precision (in Teradata it is till 6 decimal precision for timestamp data type). Typical TIMESTAMP data type has DATE part which is YEAR/MONTH/DAY and TIME part which is HOUR/MINUTE/SECOND/NanoSecond. We can represent these components as : TIMESTAMP : 2017-11-29 14:53:50.724 S.No Part Format

Handle Date and Timestamp in HIVE like a pro – Everything you must know Read More »