Member since
10-18-2019
3
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
16502 | 10-18-2019 09:44 AM |
10-18-2019
09:44 AM
Solved it using, CREATE EXTERNAL TABLE test ( id int, ts timestamp) ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe' WITH SERDEPROPERTIES ( 'serialization.format' = ',', 'field.delim' = ',', "timestamp.formats"="yyyy-MM-dd HH:mm:ss.SSSSSS+00" ) LOCATION 's3://user/'
... View more