Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 87641 invoked from network); 2 Aug 2010 23:14:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Aug 2010 23:14:39 -0000 Received: (qmail 70568 invoked by uid 500); 2 Aug 2010 23:14:38 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 70495 invoked by uid 500); 2 Aug 2010 23:14:38 -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 70487 invoked by uid 99); 2 Aug 2010 23:14:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Aug 2010 23:14:38 +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; Mon, 02 Aug 2010 23:14:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o72NEHB8007192 for ; Mon, 2 Aug 2010 23:14:17 GMT Message-ID: <4397539.128881280790857609.JavaMail.jira@thor> Date: Mon, 2 Aug 2010 19:14:17 -0400 (EDT) From: "John Sichi (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1463) hive output file names are unnecessarily large In-Reply-To: <28538387.362411279061630859.JavaMail.jira@thor> 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-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Sichi updated HIVE-1463: ----------------------------- Assignee: Joydeep Sen Sarma > hive output file names are unnecessarily large > ---------------------------------------------- > > Key: HIVE-1463 > URL: https://issues.apache.org/jira/browse/HIVE-1463 > Project: Hadoop Hive > Issue Type: Improvement > Reporter: Joydeep Sen Sarma > Assignee: Joydeep Sen Sarma > Attachments: 1463.2.patch, 1463.3.patch, hive-1463.1.patch, hive-1463.4.patch > > > Hive's output files are named like this: > attempt_201006221843_431854_r_000000_0 > out of all of this goop - only one character '0' would have sufficed. we should fix this. This would help environments with namenode memory constraints. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.