Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-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 451A918541 for ; Fri, 18 Sep 2015 02:08:05 +0000 (UTC) Received: (qmail 33236 invoked by uid 500); 18 Sep 2015 02:08:04 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 33179 invoked by uid 500); 18 Sep 2015 02:08:04 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 33164 invoked by uid 99); 18 Sep 2015 02:08:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Sep 2015 02:08:04 +0000 Date: Fri, 18 Sep 2015 02:08:04 +0000 (UTC) From: "Mingliang Liu (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-9101) Remove deprecated NameNode.getUri() static helper method 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/HDFS-9101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14804849#comment-14804849 ] Mingliang Liu commented on HDFS-9101: ------------------------------------- According to the issue links (see above), I shall submit patch after [MAPREDUCE-6483] is in the trunk. > Remove deprecated NameNode.getUri() static helper method > -------------------------------------------------------- > > Key: HDFS-9101 > URL: https://issues.apache.org/jira/browse/HDFS-9101 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Mingliang Liu > Assignee: Mingliang Liu > Attachments: HDFS-9101.000.patch > > > {{NameNode.getUri()}} method is deprecated in [HDFS-9022]. We should use {{DFSUtilClient.getNNUri()}} instead to get the name node URI given NN address. After [MAPREDUCE-6483], there is no usages of {{NameNode.getUri()}} in code trunk. > This jira tracks the effort of removing the deprecated static helper method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)