Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 83088 invoked from network); 23 Dec 2009 00:49:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 00:49:57 -0000 Received: (qmail 64161 invoked by uid 500); 23 Dec 2009 00:49:57 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 64097 invoked by uid 500); 23 Dec 2009 00:49:57 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 64087 invoked by uid 99); 23 Dec 2009 00:49:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 00:49:57 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Wed, 23 Dec 2009 00:49:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C6279234C045 for ; Tue, 22 Dec 2009 16:49:30 -0800 (PST) Message-ID: <1352117771.1261529370797.JavaMail.jira@brutus> Date: Wed, 23 Dec 2009 00:49:30 +0000 (UTC) From: "Devaraj Das (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-744) Support in DistributedCache to share cache files with other users after HADOOP-4493 In-Reply-To: <1523222735.1247133014855.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/MAPREDUCE-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated MAPREDUCE-744: ---------------------------------- Attachment: 744-4.patch bq. 1. DistributedCache.get*Visibiliteies - are deprecated. Why do we add deprecated methods? MAPREDUCE-982 needs to be fixed for me to not have the deprecated methods. But i will think about if we can avoid it in any way. bq. 2. Do we need separate call for determineFile/ArchiveVisability. It can be determined while calling DistributedCache.addCacheArchive/File() I don't have a strong preference for this either way but it seems clearer to me to keep it the way i currently have.. bq. 3. private static isPublic() should be called differently - something like haveOtherPermissions(Perm), to match its functionality. Some comments would help too. Done bq. 4. public methods should have javadoc comments (determineCacheVisibilities() in TrackerDistributedCacheManager) Done bq. 5. this line: File workDir = new File(new Path(TEST_ROOT_DIR, "workdir").toString()); can be changed Done > Support in DistributedCache to share cache files with other users after HADOOP-4493 > ----------------------------------------------------------------------------------- > > Key: MAPREDUCE-744 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-744 > Project: Hadoop Map/Reduce > Issue Type: Sub-task > Components: tasktracker > Reporter: Vinod K V > Assignee: Devaraj Das > Fix For: 0.22.0 > > Attachments: 744-1.patch, 744-2.patch, 744-3.patch, 744-4.patch, 744-early.patch > > > HADOOP-4493 aims to completely privatize the files distributed to TT via DistributedCache. This jira issues focuses on sharing some/all of these files with all other users. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.