Return-Path: X-Original-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-mapreduce-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 4911C10BE6 for ; Tue, 1 Oct 2013 00:21:28 +0000 (UTC) Received: (qmail 74373 invoked by uid 500); 1 Oct 2013 00:21:27 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 74329 invoked by uid 500); 1 Oct 2013 00:21:27 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 74286 invoked by uid 99); 1 Oct 2013 00:21:27 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 00:21:27 +0000 Date: Tue, 1 Oct 2013 00:21:27 +0000 (UTC) From: "Omkar Vinit Joshi (JIRA)" To: mapreduce-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MAPREDUCE-5536) mapreduce.jobhistory.webapp.https.address property is not respected 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/MAPREDUCE-5536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13782471#comment-13782471 ] Omkar Vinit Joshi commented on MAPREDUCE-5536: ---------------------------------------------- Thanks vinod.. bq. WebAppUtil.getDefaultJHSWebappPort() and getDefaultJHSWebappURLWithoutScheme() can be private fixed.. bq. getHistoryUrl() -> getApplicationHistoryURLWithoutScheme(). fixed. bq. getJHSWebappURLWithScheme() : No need to have a isSSLEnabledInJHS check. fixed. bq. getJHSSchemePrefix() -> getJHSWebAppSchemePrefix()() fixed. bq. Add a getApplicationHistoryURLWithSchem() and use in MR AM's RMCommunicator? fixed. bq. MR's WebAppUtil -> Mark as Private. - WebAppUtil -> MRWebAppUtil. fixed.. bq. JHAdminConfig.getResolvedMRHistoryWebAppURLWithoutScheme() still takes in a flag - it doesn't need to. And may be move it to MiniMRYarnCluster if that is the only caller. moved it to MiniMRYarnCluster bq. I think instead of WebAppUtil.setSSLEnabledIn*() methods, we should have WebAppUtil.initialize(Configuration conf). That way, every component doesn't need to remember what config to read. fixed. > mapreduce.jobhistory.webapp.https.address property is not respected > ------------------------------------------------------------------- > > Key: MAPREDUCE-5536 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-5536 > Project: Hadoop Map/Reduce > Issue Type: Bug > Affects Versions: 2.1.1-beta > Reporter: Yesha Vora > Assignee: Omkar Vinit Joshi > Priority: Blocker > Attachments: MAPREDUCE-5536.20131027.1.patch, MAPREDUCE-5536.20131030.1.patch, MAPREDUCE-5536.20131030.1.patch, YARN-1240.20131025.1.patch > > > The jobhistory server starts on port defined by mapreduce.jobhistory.webapp.address property instead mapreduce.jobhistory.webapp.https.address when hadoop.ssl.enabled=true. -- This message was sent by Atlassian JIRA (v6.1#6144)