I have been work with Sqoop, hive and Impala.
My Sqoop Job get a field from SQL Server with the format datetime to write in a TABLE1 stored as textfile. The field in TABLE1 have the timestamp format.
After this, I created a HQL script using INSERT OVERWRITE TABLE2 ... SELECT TABLE1
.
The field in TABLE2 have the Timestamp format too, but the time increased in 1 hour, I don't know why.
All the tables was created previously. How can I fix this?