From dev-return-37609-archive-asf-public=cust-asf.ponee.io@sqoop.apache.org Fri Sep 6 11:03:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 638D3180675 for ; Fri, 6 Sep 2019 13:03:03 +0200 (CEST) Received: (qmail 26678 invoked by uid 500); 6 Sep 2019 22:04:23 -0000 Mailing-List: contact dev-help@sqoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sqoop.apache.org Delivered-To: mailing list dev@sqoop.apache.org Received: (qmail 26645 invoked by uid 99); 6 Sep 2019 22:04:23 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Sep 2019 22:04:23 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CF197E312F for ; Fri, 6 Sep 2019 11:03:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 418D6780C18 for ; Fri, 6 Sep 2019 11:03:00 +0000 (UTC) Date: Fri, 6 Sep 2019 11:03:00 +0000 (UTC) From: "Boglarka Egyed (Jira)" To: dev@sqoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (SQOOP-3449) Support for DB2 DECFLOAT data type when importing to HDFS/Hive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SQOOP-3449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boglarka Egyed reassigned SQOOP-3449: ------------------------------------- Assignee: Chiran Ravani (was: Boglarka Egyed) > 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:60000/testdb1' --username db2inst1 --password db2inst1 --hive-table product_ct --table dexfloattest -- This message was sent by Atlassian Jira (v8.3.2#803003)