Chiran Ravani created SQOOP-3449:
------------------------------------
Summary: support for DB2 DECFLOAT data type when importing to hdfs
Key: SQOOP-3449
URL: https://issues.apache.org/jira/browse/SQOOP-3449
Project: Sqoop
Issue Type: Improvement
Components: connectors
Affects Versions: 1.4.7
Reporter: Chiran Ravani
The DB2 connector should add DECFLOAT data type support otherwise you will get
an error that Hive does not support the SQL type.
Example with column DESCRIPTION data type DECFLOAT:
$SQOOP_HOME/bin/sqoop import --connect
'jdbc:db2://xxx.svl.ibm.com:60000/testdb1' --username db2inst1 --password
db2inst1 --hive-table product_ct --table dexfloattest
--
This message was sent by Atlassian Jira
(v8.3.2#803003)