[jira] [Commented] (SQOOP-3449) Support for DB2 DECFLOAT data type when importing to HDFS/Hive

2020-01-22 Thread Denes Bodo (Jira)


[ 
https://issues.apache.org/jira/browse/SQOOP-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17021115#comment-17021115
 ] 

Denes Bodo commented on SQOOP-3449:
---

[~BoglarkaEgyed] can you please share how we could retrigger the test run? 
Thanks

> Support for DB2 DECFLOAT data type when importing to HDFS/Hive
> --
>
> 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
>Assignee: Chiran Ravani
>Priority: Major
> Attachments: SQOOP-3449.01.patch, SQOOP-3449.patch, 
> TEST-org.apache.sqoop.manager.db2.DB2DECFLOATTypeImportManualTest.txt, 
> TEST-org.apache.sqoop.metastore.db2.DB2JobToolTest.txt, 
> TEST-org.apache.sqoop.metastore.db2.DB2MetaConnectIncrementalImportTest.txt, 
> TEST-org.apache.sqoop.metastore.db2.DB2SavedJobsTest.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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:6/testdb1' --username db2inst1 --password 
> db2inst1 --hive-table product_ct --table dexfloattest



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (SQOOP-3449) Support for DB2 DECFLOAT data type when importing to HDFS/Hive

2019-09-06 Thread Chiran Ravani (Jira)


[ 
https://issues.apache.org/jira/browse/SQOOP-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924357#comment-16924357
 ] 

Chiran Ravani commented on SQOOP-3449:
--

Uploaded [^SQOOP-3449.01.patch] Local tests are all now passed.

Attaching local test logs for DB2 

> Support for DB2 DECFLOAT data type when importing to HDFS/Hive
> --
>
> 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
>Assignee: Chiran Ravani
>Priority: Major
> Attachments: SQOOP-3449.01.patch, SQOOP-3449.patch
>
>
> 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:6/testdb1' --username db2inst1 --password 
> db2inst1 --hive-table product_ct --table dexfloattest



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (SQOOP-3449) Support for DB2 DECFLOAT data type when importing to HDFS/Hive

2019-09-06 Thread Chiran Ravani (Jira)


[ 
https://issues.apache.org/jira/browse/SQOOP-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924175#comment-16924175
 ] 

Chiran Ravani commented on SQOOP-3449:
--

[~BoglarkaEgyed] Thank you for assigning request, created a new pull request

[https://github.com/apache/sqoop/pull/84]

> Support for DB2 DECFLOAT data type when importing to HDFS/Hive
> --
>
> 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
>Assignee: Chiran Ravani
>Priority: Major
> Attachments: SQOOP-3449.patch
>
>
> 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:6/testdb1' --username db2inst1 --password 
> db2inst1 --hive-table product_ct --table dexfloattest



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (SQOOP-3449) Support for DB2 DECFLOAT data type when importing to HDFS/Hive

2019-09-06 Thread Boglarka Egyed (Jira)


[ 
https://issues.apache.org/jira/browse/SQOOP-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924145#comment-16924145
 ] 

Boglarka Egyed commented on SQOOP-3449:
---

Hi [~chiran54321],

Thanks for creating this JIRA. I have added you to the Contributors group and 
assigned this ticket to you.

For getting your change reviewed please open a pull request on 
[https://github.com/apache/sqoop] against trunk branch so that automated tests 
will run with your change.

Thank you,

Bogi

> Support for DB2 DECFLOAT data type when importing to HDFS/Hive
> --
>
> 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
>Assignee: Chiran Ravani
>Priority: Major
> Attachments: SQOOP-3449.patch
>
>
> 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:6/testdb1' --username db2inst1 --password 
> db2inst1 --hive-table product_ct --table dexfloattest



--
This message was sent by Atlassian Jira
(v8.3.2#803003)