Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 79950 invoked from network); 4 May 2010 11:35:18 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 May 2010 11:35:18 -0000 Received: (qmail 15634 invoked by uid 500); 4 May 2010 11:35:18 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 15531 invoked by uid 500); 4 May 2010 11:35:17 -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 15523 invoked by uid 99); 4 May 2010 11:35:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 May 2010 11:35:17 +0000 X-ASF-Spam-Status: No, hits=-1384.7 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 04 May 2010 11:35:16 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o44BYuEl009362 for ; Tue, 4 May 2010 11:34:56 GMT Message-ID: <13162759.34591272972896285.JavaMail.jira@thor> Date: Tue, 4 May 2010 07:34:56 -0400 (EDT) From: "Vinod K V (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1747) Remove documentation for the 'unstable' job-acls feature In-Reply-To: <29667577.27531272610620107.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/MAPREDUCE-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vinod K V updated MAPREDUCE-1747: --------------------------------- Attachment: MAPREDUCE-1747-20100504.txt I did sanity tests as suggested by Ravi with two queues. The machinery is all well-oiled. Will resubmit it to Hudson one more time just to be sure. > Remove documentation for the 'unstable' job-acls feature > -------------------------------------------------------- > > Key: MAPREDUCE-1747 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1747 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: documentation > Affects Versions: 0.21.0 > Reporter: Vinod K V > Assignee: Vinod K V > Priority: Blocker > Fix For: 0.21.0 > > Attachments: MAPREDUCE-1747-20100420.txt, MAPREDUCE-1747-20100504.txt > > > As discussed [here|https://issues.apache.org/jira/browse/MAPREDUCE-1604?focusedCommentId=12862151&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12862151] and [here|https://issues.apache.org/jira/browse/MAPREDUCE-1604?focusedCommentId=12860916&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_12860916] at MAPREDUCE-1604, the job-acls feature is currently unstable. Without MAPREDUCE-1664, job-acls are practically useless because of their problematic interactions with queue-acls. Removing them for 0.21 will both relieve ourselves of these problems as well as the burden to support the backwards compatibility of the configuration options as well as the going-to-be-changed semantics of the feature. This jira is about removing the documentation from 0.21 so that the completed feature can be added in 0.22 with ease. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.