Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 88030 invoked from network); 17 Sep 2010 10:40:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Sep 2010 10:40:04 -0000 Received: (qmail 95441 invoked by uid 500); 17 Sep 2010 10:40:04 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 95202 invoked by uid 500); 17 Sep 2010 10:40:01 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 94785 invoked by uid 99); 17 Sep 2010 10:39:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Sep 2010 10:39:59 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Sep 2010 10:39:59 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8HAddSn011596 for ; Fri, 17 Sep 2010 10:39:39 GMT Message-ID: <8907787.248811284719979036.JavaMail.jira@thor> Date: Fri, 17 Sep 2010 06:39:39 -0400 (EDT) From: "Arun (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Commented: (HIVE-268) "Insert Overwrite Directory" to accept configurable table row format In-Reply-To: <1754662623.1233690239757.JavaMail.jira@brutus> 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-268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12910530#action_12910530 ] Arun commented on HIVE-268: --------------------------- Hi Team, Have you find any solution for this issue or is there any other way to achieve this above ? Thanks, Jak > "Insert Overwrite Directory" to accept configurable table row format > -------------------------------------------------------------------- > > Key: HIVE-268 > URL: https://issues.apache.org/jira/browse/HIVE-268 > Project: Hadoop Hive > Issue Type: New Feature > Components: Query Processor > Reporter: Zheng Shao > Assignee: Paul Yang > > There is no way for the users to control the file format when they are outputting the result into a directory. > We should allow: > {code} > INSERT OVERWRITE DIRECTORY "/user/zshao/result" > ROW FORMAT DELIMITED > FIELDS TERMINATED BY '9' > SELECT tablea.* from tablea; > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.