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 1274F102A3 for ; Fri, 14 Feb 2014 18:28:31 +0000 (UTC) Received: (qmail 28459 invoked by uid 500); 14 Feb 2014 18:28:22 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 28360 invoked by uid 500); 14 Feb 2014 18:28:21 -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 28266 invoked by uid 99); 14 Feb 2014 18:28:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Feb 2014 18:28:20 +0000 Date: Fri, 14 Feb 2014 18:28:20 +0000 (UTC) From: "Haohui Mai (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-1553) Do not use HttpConfig.isSecure() in YARN 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-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901741#comment-13901741 ] Haohui Mai commented on YARN-1553: ---------------------------------- It seems that the failure is unrelated. I ran the test locally and it passed. > Do not use HttpConfig.isSecure() in YARN > ---------------------------------------- > > Key: YARN-1553 > URL: https://issues.apache.org/jira/browse/YARN-1553 > Project: Hadoop YARN > Issue Type: Bug > Reporter: Haohui Mai > Assignee: Haohui Mai > Attachments: YARN-1553.000.patch, YARN-1553.001.patch, YARN-1553.002.patch, YARN-1553.003.patch, YARN-1553.004.patch, YARN-1553.005.patch, YARN-1553.006.patch, YARN-1553.007.patch, YARN-1553.008.patch, YARN-1553.009.patch, YARN-1553.010.patch > > > HDFS-5305 and related jira decide that each individual project will have their own configuration on http policy. {{HttpConfig.isSecure}} is a global static method which does not fit the design anymore. The same functionality should be moved into the YARN code base. -- This message was sent by Atlassian JIRA (v6.1.5#6160)