Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD8B617362 for ; Wed, 24 Jun 2015 10:37:04 +0000 (UTC) Received: (qmail 37010 invoked by uid 500); 24 Jun 2015 10:37:04 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 36990 invoked by uid 500); 24 Jun 2015 10:37:04 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 36829 invoked by uid 99); 24 Jun 2015 10:37:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jun 2015 10:37:04 +0000 Date: Wed, 24 Jun 2015 10:37:04 +0000 (UTC) From: "Manoranjan Sahoo (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-11091) Unable to load data into hive table using "Load data local inapth" command from unix named pipe 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/HIVE-11091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoranjan Sahoo updated HIVE-11091: ------------------------------------ Assignee: (was: Manoranjan Sahoo) > Unable to load data into hive table using "Load data local inapth" command from unix named pipe > ----------------------------------------------------------------------------------------------- > > Key: HIVE-11091 > URL: https://issues.apache.org/jira/browse/HIVE-11091 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 0.14.0 > Environment: Unix,MacOS > Reporter: Manoranjan Sahoo > Priority: Blocker > > Unable to load data into hive table from unix named pipe in Hive 0.14.0 > Please find below the execution details in env ( Hadoop2.6.0 + Hive 0.14.0): > ---------------------------------------------------------------------------------------------------- > $ mkfifo /tmp/test.txt > $ hive > hive> create table test(id bigint,name string); > OK > Time taken: 1.018 seconds > hive> LOAD DATA LOCAL INPATH '/tmp/test.txt' OVERWRITE INTO TABLE test; > Loading data to table default.test > Failed with exception addFiles: filesystem error in check phase > FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.MoveTask > But in Hadoop 1.3 and hive 0.11.0 it works fine: > hive> LOAD DATA LOCAL INPATH '/tmp/test.txt' OVERWRITE INTO TABLE test; > Copying data from file:/tmp/test.txt > Copying file: file:/tmp/test.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)