From dev-return-10932-apmail-sqoop-dev-archive=sqoop.apache.org@sqoop.apache.org Fri May 30 04:46:02 2014 Return-Path: X-Original-To: apmail-sqoop-dev-archive@www.apache.org Delivered-To: apmail-sqoop-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75AAF101E6 for ; Fri, 30 May 2014 04:46:02 +0000 (UTC) Received: (qmail 64101 invoked by uid 500); 30 May 2014 04:46:02 -0000 Delivered-To: apmail-sqoop-dev-archive@sqoop.apache.org Received: (qmail 64063 invoked by uid 500); 30 May 2014 04:46:02 -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 64054 invoked by uid 99); 30 May 2014 04:46:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 04:46:02 +0000 Date: Fri, 30 May 2014 04:46:02 +0000 (UTC) From: "sudhir (JIRA)" To: dev@sqoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SQOOP-1171) Add possibility to specify columns list to export in required table. 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-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013293#comment-14013293 ] sudhir commented on SQOOP-1171: ------------------------------- This is really helpful feature, any idea when this is going to be committed? Any table alterations are pain right now as we need to maintain column in sequence. If needed i can help in doing code changes, in order to get it committed. > Add possibility to specify columns list to export in required table. > -------------------------------------------------------------------- > > Key: SQOOP-1171 > URL: https://issues.apache.org/jira/browse/SQOOP-1171 > Project: Sqoop > Issue Type: Bug > Reporter: Kostiantyn Kudriavtsev > Labels: patch > Attachments: columns_to_export.patch > > Original Estimate: 24h > Remaining Estimate: 24h > > Add possibility to specify columns list to export in required table. > For example, your target table contains the following fields: id, message, country, dtx. 'id' is autoincrement field and 'dtx' set by trigger. So, you have only two columns on HDFS (message and country). Now you can set them w/ option '--columns message, country' during export -- This message was sent by Atlassian JIRA (v6.2#6252)