Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69E8C18983 for ; Thu, 24 Mar 2016 11:36:29 +0000 (UTC) Received: (qmail 53240 invoked by uid 500); 24 Mar 2016 11:36:29 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 53198 invoked by uid 500); 24 Mar 2016 11:36:29 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 53187 invoked by uid 99); 24 Mar 2016 11:36:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2016 11:36:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5701018021D for ; Thu, 24 Mar 2016 11:36:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id pA91c8x-XhMe for ; Thu, 24 Mar 2016 11:36:26 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id A39EE5FB8A for ; Thu, 24 Mar 2016 11:36:26 +0000 (UTC) Received: (qmail 52603 invoked by uid 99); 24 Mar 2016 11:36:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2016 11:36:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 89FA72C1F6A for ; Thu, 24 Mar 2016 11:36:25 +0000 (UTC) Date: Thu, 24 Mar 2016 11:36:25 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-1874) Import and Export fails with HDFS as src/dest 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/FALCON-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15210107#comment-15210107 ] ASF GitHub Bot commented on FALCON-1874: ---------------------------------------- GitHub user pallavi-rao opened a pull request: https://github.com/apache/falcon/pull/78 FALCON-1874 Import and Export fails with HDFS as src/dest 1. job-xml was pointing to hive-site.xml even for HDFS, cause workflow to fail. 2. datain element was repeated in export coordinator, causing workflow to fail. You can merge this pull request into a Git repository by running: $ git pull https://github.com/pallavi-rao/falcon FALCON-1874 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/falcon/pull/78.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #78 ---- commit 6e4e9abee4476ba76c9e4aa9eeeb4acb041918a9 Author: Pallavi Rao Date: 2016-03-24T11:34:03Z FALCON-1874 Import and Export fails with HDFS as src/dest ---- > Import and Export fails with HDFS as src/dest > --------------------------------------------- > > Key: FALCON-1874 > URL: https://issues.apache.org/jira/browse/FALCON-1874 > Project: Falcon > Issue Type: Bug > Reporter: Pallavi Rao > Assignee: Pallavi Rao > > Couple of issues I noticed: > 1. We add hive-site.xml as job-xml to support Hive. When HDFS is the source/target, this file will not be available and import and export fail with FileNotFound > 2. For export, datain instance is repeated twice, due to which export fails. > Will upload a patch shortly. -- This message was sent by Atlassian JIRA (v6.3.4#6332)