Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 8B426112A1 for ; Tue, 29 Jul 2014 16:41:40 +0000 (UTC) Received: (qmail 94516 invoked by uid 500); 29 Jul 2014 16:41:40 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 94446 invoked by uid 500); 29 Jul 2014 16:41:40 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 94434 invoked by uid 500); 29 Jul 2014 16:41:40 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 94427 invoked by uid 99); 29 Jul 2014 16:41:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2014 16:41:40 +0000 Date: Tue, 29 Jul 2014 16:41:39 +0000 (UTC) From: "Ashutosh Chauhan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-7529) "insert query fails on hdfs federation + viewfs" still exists 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-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077958#comment-14077958 ] Ashutosh Chauhan commented on HIVE-7529: ---------------------------------------- +1 > "insert query fails on hdfs federation + viewfs" still exists > ------------------------------------------------------------- > > Key: HIVE-7529 > URL: https://issues.apache.org/jira/browse/HIVE-7529 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.1 > Reporter: John > Assignee: Navis > Attachments: HIVE-7529.1.patch.txt > > > $ echo 111,222 >/tmp/testtable > $ sudo -u hive hive > hive> create table test (a int, b int) row format delimited fields terminated by ',' stored as textfile; > OK > Time taken: 2.355 seconds > hive> load data local inpath '/tmp/testtable' overwrite into table test; -- This message was sent by Atlassian JIRA (v6.2#6252)