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 1BEF610310 for ; Fri, 21 Nov 2014 14:05:37 +0000 (UTC) Received: (qmail 76103 invoked by uid 500); 21 Nov 2014 14:05:36 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 76024 invoked by uid 500); 21 Nov 2014 14:05:36 -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 75830 invoked by uid 99); 21 Nov 2014 14:05:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Nov 2014 14:05:36 +0000 Date: Fri, 21 Nov 2014 14:05:36 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-7415) Move FSNameSystem.resolvePath() to FSDirectory 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-7415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220942#comment-14220942 ] Hudson commented on HDFS-7415: ------------------------------ FAILURE: Integrated in Hadoop-Hdfs-trunk-Java8 #12 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk-Java8/12/]) HDFS-7415. Move FSNameSystem.resolvePath() to FSDirectory. Contributed by Haohui Mai. (wheat9: rev c95b878abf313507666ea018f9e6033c4c166e10) * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSDirectory.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/FSNamesystem.java * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt > Move FSNameSystem.resolvePath() to FSDirectory > ---------------------------------------------- > > Key: HDFS-7415 > URL: https://issues.apache.org/jira/browse/HDFS-7415 > Project: Hadoop HDFS > Issue Type: Sub-task > Reporter: Haohui Mai > Assignee: Haohui Mai > Fix For: 2.7.0 > > Attachments: HDFS-7415.000.patch, HDFS-7415.001.patch, HDFS-7415.002.patch > > > It would be nice to move {{resolvePath()}} to {{FSDirectory}} as the concept belongs to {{FSDirectory}} and it is a simple wrapper for the calls in {{FSDirectory}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)