Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8C955200C54 for ; Wed, 29 Mar 2017 01:17:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8B113160B9B; Tue, 28 Mar 2017 23:17:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D16BF160B89 for ; Wed, 29 Mar 2017 01:17:50 +0200 (CEST) Received: (qmail 98093 invoked by uid 500); 28 Mar 2017 23:17:50 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 98081 invoked by uid 99); 28 Mar 2017 23:17:49 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2017 23:17:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 72F0FC0A08 for ; Tue, 28 Mar 2017 23:17:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id K8tla8LteuU0 for ; Tue, 28 Mar 2017 23:17:49 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id A7DF15FC4A for ; Tue, 28 Mar 2017 23:17:48 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2B3B5E042C for ; Tue, 28 Mar 2017 23:17:48 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3AD7625D01 for ; Tue, 28 Mar 2017 23:17:42 +0000 (UTC) Date: Tue, 28 Mar 2017 23:17:42 +0000 (UTC) From: "Hadoop QA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HADOOP-12053) Harfs defaulturiport should be Zero ( should not -1) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Mar 2017 23:17:51 -0000 [ https://issues.apache.org/jira/browse/HADOOP-12053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15946163#comment-15946163 ] Hadoop QA commented on HADOOP-12053: ------------------------------------ | (x) *{color:red}-1 overall{color}* | \\ \\ || Vote || Subsystem || Runtime || Comment || | {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m 0s{color} | {color:blue} Docker mode activated. {color} | | {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 10s{color} | {color:red} HADOOP-12053 does not apply to trunk. Rebase required? Wrong Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} | \\ \\ || Subsystem || Report/Notes || | JIRA Issue | HADOOP-12053 | | JIRA Patch URL | https://issues.apache.org/jira/secure/attachment/12742021/HADOOP-12053.003.patch | | Console output | https://builds.apache.org/job/PreCommit-HADOOP-Build/11960/console | | Powered by | Apache Yetus 0.5.0-SNAPSHOT http://yetus.apache.org | This message was automatically generated. > Harfs defaulturiport should be Zero ( should not -1) > ---------------------------------------------------- > > Key: HADOOP-12053 > URL: https://issues.apache.org/jira/browse/HADOOP-12053 > Project: Hadoop Common > Issue Type: Bug > Affects Versions: 2.7.0 > Reporter: Brahma Reddy Battula > Assignee: Gera Shegalov > Attachments: HADOOP-12053.001.patch, HADOOP-12053.002.patch, HADOOP-12053.003.patch > > > The harfs overrides the "getUriDefaultPort" method of AbstractFilesystem, and returns "-1" . But "-1" can't pass the "checkPath" method when the {{fs.defaultfs}} is setted without port(like hdfs://hacluster) > *Test Code :* > {code} > for (FileStatus file : files) { > String[] edges = file.getPath().getName().split("-"); > if (applicationId.toString().compareTo(edges[0]) >= 0 && applicationId.toString().compareTo(edges[1]) <= 0) { > Path harPath = new Path("har://" + file.getPath().toUri().getPath()); > harPath = harPath.getFileSystem(conf).makeQualified(harPath); > remoteAppDir = LogAggregationUtils.getRemoteAppLogDir( > harPath, applicationId, appOwner, > LogAggregationUtils.getRemoteNodeLogDirSuffix(conf)); > if (FileContext.getFileContext(remoteAppDir.toUri()).util().exists(remoteAppDir)) { > remoteDirSet.add(remoteAppDir); > } > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: common-issues-help@hadoop.apache.org