Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 97309 invoked from network); 24 Jun 2008 06:42:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 06:42:37 -0000 Received: (qmail 93650 invoked by uid 500); 24 Jun 2008 06:42:37 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 93607 invoked by uid 500); 24 Jun 2008 06:42:37 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 93596 invoked by uid 99); 24 Jun 2008 06:42:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Jun 2008 23:42:37 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 06:41:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F752234C145 for ; Mon, 23 Jun 2008 23:41:45 -0700 (PDT) Message-ID: <2009942135.1214289705324.JavaMail.jira@brutus> Date: Mon, 23 Jun 2008 23:41:45 -0700 (PDT) From: "Owen O'Malley (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3626) map/reduce clients should not access the system dir directly In-Reply-To: <816631125.1214289585052.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607491#action_12607491 ] Owen O'Malley commented on HADOOP-3626: --------------------------------------- I'd propose something like: {code} ~/.staging/$jobid/ {code} The JobClient would create the job directory and the job tracker would move the job directory into the system directory and delete it when the job is finished. > map/reduce clients should not access the system dir directly > ------------------------------------------------------------ > > Key: HADOOP-3626 > URL: https://issues.apache.org/jira/browse/HADOOP-3626 > Project: Hadoop Core > Issue Type: Improvement > Components: mapred > Reporter: Owen O'Malley > > Map/Reduce's use of the system directory with clients creating directories and files directly is very insecure. We should change the job client to create a staging directory in the user's home directory on the same file system as the system directory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.