Return-Path: X-Original-To: apmail-hadoop-yarn-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-yarn-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 1DADB10B07 for ; Mon, 16 Feb 2015 12:41:12 +0000 (UTC) Received: (qmail 80040 invoked by uid 500); 16 Feb 2015 12:41:12 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 79927 invoked by uid 500); 16 Feb 2015 12:41:11 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: yarn-issues@hadoop.apache.org Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 79738 invoked by uid 99); 16 Feb 2015 12:41:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Feb 2015 12:41:11 +0000 Date: Mon, 16 Feb 2015 12:41:11 +0000 (UTC) From: "Brahma Reddy Battula (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (YARN-3203) Correct the log message #AuxServices.java 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/YARN-3203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brahma Reddy Battula updated YARN-3203: --------------------------------------- Priority: Minor (was: Major) > Correct the log message #AuxServices.java > ----------------------------------------- > > Key: YARN-3203 > URL: https://issues.apache.org/jira/browse/YARN-3203 > Project: Hadoop YARN > Issue Type: Bug > Affects Versions: 2.6.0 > Reporter: Brahma Reddy Battula > Assignee: Brahma Reddy Battula > Priority: Minor > Attachments: YARN-3203.patch > > > Currently log is coming like following.. > WARN org.apache.hadoop.yarn.server.nodemanager.containermanager.AuxServices: The Auxilurary Service named 'mapreduce_shuffle' in the configuration is for *{color:red}class class{color}* org.apache.hadoop.mapred.ShuffleHandler which has a name of 'httpshuffle'. Because these are not the same tools trying to send ServiceData and read Service Meta Data may have issues unless the refer to the name in the config. > Since get class will return class as prefix,, we no need keep "class" in log.. > {code} > Class sClass = conf.getClass( > String.format(YarnConfiguration.NM_AUX_SERVICE_FMT, sName), null, > AuxiliaryService.class); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)