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 E7D8810E33 for ; Wed, 12 Feb 2014 04:23:40 +0000 (UTC) Received: (qmail 60814 invoked by uid 500); 12 Feb 2014 04:23:40 -0000 Delivered-To: apmail-hadoop-yarn-issues-archive@hadoop.apache.org Received: (qmail 60601 invoked by uid 500); 12 Feb 2014 04:23:26 -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 60586 invoked by uid 99); 12 Feb 2014 04:23:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Feb 2014 04:23:21 +0000 Date: Wed, 12 Feb 2014 04:23:21 +0000 (UTC) From: "Hadoop QA (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: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/YARN-1553?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D13898= 774#comment-13898774 ]=20 Hadoop QA commented on YARN-1553: --------------------------------- {color:red}-1 overall{color}. Here are the results of testing the latest a= ttachment=20 http://issues.apache.org/jira/secure/attachment/12628392/YARN-1553.006.pa= tch against trunk revision . {color:green}+1 @author{color}. The patch does not contain any @author= tags. {color:green}+1 tests included{color}. The patch appears to include 10= new or modified test files. {color:green}+1 javac{color}. The applied patch does not increase the = total number of javac compiler warnings. {color:green}+1 javadoc{color}. There were no new javadoc warning mess= ages. {color:green}+1 eclipse:eclipse{color}. The patch built with eclipse:e= clipse. {color:green}+1 findbugs{color}. The patch does not introduce any new = Findbugs (version 1.3.9) warnings. {color:green}+1 release audit{color}. The applied patch does not incre= ase the total number of release audit warnings. {color:red}-1 core tests{color}. The patch failed these unit tests in = hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapredu= ce-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-mapre= duce-client/hadoop-mapreduce-client-common hadoop-mapreduce-project/hadoop-= mapreduce-client/hadoop-mapreduce-client-core hadoop-mapreduce-project/hado= op-mapreduce-client/hadoop-mapreduce-client-hs hadoop-mapreduce-project/had= oop-mapreduce-client/hadoop-mapreduce-client-jobclient hadoop-yarn-project/= hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-cli= ent hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-project/= hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common hadoop-yarn-projec= t/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager hadoop-yarn= -project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager = hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-tests= hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-= proxy: org.apache.hadoop.mapreduce.v2.TestUberAM org.apache.hadoop.yarn.client.TestRMFailover The following test timeouts occurred = in hadoop-common-project/hadoop-common hadoop-mapreduce-project/hadoop-mapr= educe-client/hadoop-mapreduce-client-app hadoop-mapreduce-project/hadoop-ma= preduce-client/hadoop-mapreduce-client-common hadoop-mapreduce-project/hado= op-mapreduce-client/hadoop-mapreduce-client-core hadoop-mapreduce-project/h= adoop-mapreduce-client/hadoop-mapreduce-client-hs hadoop-mapreduce-project/= hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient hadoop-yarn-proje= ct/hadoop-yarn/hadoop-yarn-api hadoop-yarn-project/hadoop-yarn/hadoop-yarn-= client hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common hadoop-yarn-proje= ct/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common hadoop-yarn-pro= ject/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager hadoop-y= arn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanag= er hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-te= sts hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-w= eb-proxy: org.apache.hadoop.yarn.client.api.impl.TestNMClient {color:green}+1 contrib tests{color}. The patch passed contrib unit te= sts. Test results: https://builds.apache.org/job/PreCommit-YARN-Build/3078//test= Report/ Console output: https://builds.apache.org/job/PreCommit-YARN-Build/3078//co= nsole This message is automatically generated. > 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, Y= ARN-1553.006.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 functionalit= y should be moved into the YARN code base. -- This message was sent by Atlassian JIRA (v6.1.5#6160)