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 E17D1C2EC for ; Mon, 3 Jun 2013 00:56:20 +0000 (UTC) Received: (qmail 48345 invoked by uid 500); 3 Jun 2013 00:56:20 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 48291 invoked by uid 500); 3 Jun 2013 00:56:20 -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 48282 invoked by uid 500); 3 Jun 2013 00:56:20 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 48279 invoked by uid 99); 3 Jun 2013 00:56:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Jun 2013 00:56:20 +0000 Date: Mon, 3 Jun 2013 00:56:20 +0000 (UTC) From: "Navis (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-4620) MR temp directory conflicts in case of parallel execution mode 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-4620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672744#comment-13672744 ] Navis commented on HIVE-4620: ----------------------------- It would be good to make a phabricator or review-board entry. in TaskRunner.run() {noformat} taskRunnerID.set(taskCounter.incrementAndGet()); {noformat} Is it necessary? If it is, is that should be called in runSequential() rather than run()? > MR temp directory conflicts in case of parallel execution mode > -------------------------------------------------------------- > > Key: HIVE-4620 > URL: https://issues.apache.org/jira/browse/HIVE-4620 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Affects Versions: 0.11.0 > Reporter: Prasad Mujumdar > Assignee: Prasad Mujumdar > Fix For: 0.12.0 > > Attachments: HIVE-4620-1.patch, HIVE-4620-2.patch > > > In parallel query execution mode, all the parallel running task ends up sharing the same temp/scratch directory. This could lead to file conflicts and temp files getting deleted before the job completion. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira