Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E1A0E200BC8 for ; Wed, 23 Nov 2016 11:43:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DD663160AFD; Wed, 23 Nov 2016 10:43:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 556E8160AFA for ; Wed, 23 Nov 2016 11:43:59 +0100 (CET) Received: (qmail 6567 invoked by uid 500); 23 Nov 2016 10:43:58 -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 6553 invoked by uid 99); 23 Nov 2016 10:43:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Nov 2016 10:43:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 54D442C03DC for ; Wed, 23 Nov 2016 10:43:58 +0000 (UTC) Date: Wed, 23 Nov 2016 10:43:58 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@sqoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SQOOP-3027) Create check/fail fast for Sqoop export with --hcatalog-table , as it's not supported by Hive + MR MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 23 Nov 2016 10:44:00 -0000 [ https://issues.apache.org/jira/browse/SQOOP-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15689720#comment-15689720 ] ASF subversion and git services commented on SQOOP-3027: -------------------------------------------------------- Commit 3fba26419be2aba0347b0a5c3301eb8bb682fca1 in sqoop's branch refs/heads/trunk from [~maugli] [ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=3fba264 ] SQOOP-3027: Create fail fast for export with --hcatalog-table , as it's not supported by HCat (Anna Szonyi via Attila Szabo) > Create check/fail fast for Sqoop export with --hcatalog-table , as it's not supported by Hive + MR > ------------------------------------------------------------------------------------------------------------- > > Key: SQOOP-3027 > URL: https://issues.apache.org/jira/browse/SQOOP-3027 > Project: Sqoop > Issue Type: Improvement > Reporter: Anna Szonyi > Assignee: Anna Szonyi > Priority: Minor > Fix For: 1.4.7 > > Attachments: SQOOP-3027.patch > > > When using sqoop export with --hcatalog-table, it fails with a NPE, as Hive + MapReduce does not support reading from or writing to views (the same works with HiveCli). > See: > https://cwiki.apache.org/confluence/display/Hive/HCatalog+CLI#HCatalogCLI-Create/Drop/AlterView > We should fail earlier, with a more detailed message. -- This message was sent by Atlassian JIRA (v6.3.4#6332)