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 B2C53200B33 for ; Wed, 15 Jun 2016 03:50:54 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ACB46160A5F; Wed, 15 Jun 2016 01:50:54 +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 23D01160A06 for ; Wed, 15 Jun 2016 03:50:53 +0200 (CEST) Received: (qmail 47457 invoked by uid 500); 15 Jun 2016 01:50:53 -0000 Mailing-List: contact yarn-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list yarn-issues@hadoop.apache.org Received: (qmail 47434 invoked by uid 99); 15 Jun 2016 01:50:53 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jun 2016 01:50:53 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F19D12C1F5C for ; Wed, 15 Jun 2016 01:50:52 +0000 (UTC) Date: Wed, 15 Jun 2016 01:50:52 +0000 (UTC) From: "Zephyr Guo (JIRA)" To: yarn-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (YARN-5207) Web-Proxy should support multi-homed systems. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 15 Jun 2016 01:50:54 -0000 [ https://issues.apache.org/jira/browse/YARN-5207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15330987#comment-15330987 ] Zephyr Guo commented on YARN-5207: ---------------------------------- Find an easy way that don't have to modify code also can solve this issue.So close this issue. > Web-Proxy should support multi-homed systems. > --------------------------------------------- > > Key: YARN-5207 > URL: https://issues.apache.org/jira/browse/YARN-5207 > Project: Hadoop YARN > Issue Type: New Feature > Components: webapp > Affects Versions: 3.0.0-alpha1 > Reporter: Zephyr Guo > Fix For: 3.0.0-alpha1 > > Attachments: YARN-5207-v1.patch > > > {{WebAppProxyServlet}} use {{HttpClient}} to download URL for AppMaster. > {{HttpClient}} bind the local address according to {{yarn.web-proxy.address}}.{{HttpClient}} should use the independent address for following situation: > There are two network cards.{{CardA}} for user to access cluster, {{CardB}} for cluster inner communication.User can only access {{Web-Proxy}} by {{CardA}}. > {{CardA}} can't ping {{CardB}}. > So we have to bind {{Web-Proxy}} to {{CardA}}, and then specify {{HttpClient}} use {{CardB}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: yarn-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: yarn-issues-help@hadoop.apache.org