GitHub user michalklempa opened a pull request:
https://github.com/apache/sqoop/pull/40
SQOOP-3264 Hive types for JDBC timestamp, date and time types are
timestamp, timestamp and bigint respectively
This resolves https://issues.apache.org/jira/browse/SQOOP-3264
Although further testing on different databases is needed (help welcome).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/triviadata/sqoop
SQOOP-3264_date_to_hive_timestamp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/sqoop/pull/40.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #40
----
commit ceefc33a6c5632f1300bddc73c20f7819959f10f
Author: Michal Klempa <[email protected]>
Date: 2017-11-28T16:30:28Z
SQOOP-3264 Hive types for JDBC timestamp, date and time types are
timestamp, timestamp and bigint respectively
----
---