Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1C76D0A3 for ; Mon, 10 Sep 2012 18:21:08 +0000 (UTC) Received: (qmail 38455 invoked by uid 500); 10 Sep 2012 18:21:08 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 38393 invoked by uid 500); 10 Sep 2012 18:21:08 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 38226 invoked by uid 99); 10 Sep 2012 18:21:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2012 18:21:08 +0000 Date: Tue, 11 Sep 2012 05:21:08 +1100 (NCT) From: "Ahmed Radwan (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <330807669.58915.1347301268104.JavaMail.jiratomcat@arcas> In-Reply-To: <1326900263.56744.1347263168649.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HADOOP-8780) Update DeprecatedProperties apt file 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/HADOOP-8780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452272#comment-13452272 ] Ahmed Radwan commented on HADOOP-8780: -------------------------------------- Many thanks Tom for the review! I have looked at why these two properties were dropped. This was a result of MAPREDUCE-4493 changes: In ConfigUtil.java: {code} - Configuration.addDeprecation("mapred.create.symlink", - new String[] {MRJobConfig.CACHE_SYMLINK}); {code} And then the doc was added to DeprecatedProperties.apt.vm: {code} -|mapred.create.symlink | mapreduce.job.cache.symlink.create +|mapred.create.symlink | NONE - symlinking is always on +*---+---+ +|mapreduce.job.cache.symlink.create | NONE - symlinking is always on {code} This is why these two properties were automatically dropped. I think dropping them is fine though. This document lists the deprecated properties and their replacements but these two properties are not deprecated, they are always on. So this apt document may not be the place to convey that. What do you think? I am also CCing Bobby to see if he has a different opinion. Any thoughts? > Update DeprecatedProperties apt file > ------------------------------------ > > Key: HADOOP-8780 > URL: https://issues.apache.org/jira/browse/HADOOP-8780 > Project: Hadoop Common > Issue Type: Bug > Reporter: Ahmed Radwan > Assignee: Ahmed Radwan > Attachments: HADOOP-8780.patch > > > The current list of deprecated properties is not up-to-date. I'll will upload a patch momentarily. -- 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