Return-Path: X-Original-To: apmail-hadoop-common-user-archive@www.apache.org Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EA01107C6 for ; Tue, 8 Dec 2015 11:23:45 +0000 (UTC) Received: (qmail 84432 invoked by uid 500); 8 Dec 2015 11:23:34 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 84307 invoked by uid 500); 8 Dec 2015 11:23:34 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 84296 invoked by uid 99); 8 Dec 2015 11:23:34 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Dec 2015 11:23:34 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B153AC06D6 for ; Tue, 8 Dec 2015 11:23:33 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id cuRudpJMA-u1 for ; Tue, 8 Dec 2015 11:23:33 +0000 (UTC) Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 837D320314 for ; Tue, 8 Dec 2015 11:23:32 +0000 (UTC) Received: by wmec201 with SMTP id c201so207598174wme.0 for ; Tue, 08 Dec 2015 03:18:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=BiCo/M6I0sIAZ/983WbL/ITP61iXso1xSR5SrO3374E=; b=mr5LMEokR4FtTefICMK/uY2ZhiGtAfCc8AMeq8Y6id6lQoTMtODK6SxmKgkRYFEoFT 7BTlWGyj0KYnJKwdbOjQJNGpaugZBp0hsSdtPUnYtVC81k63mwwBdRmID9nMfbt2ejK3 qSVScUtYUnceZir/SQskO72tT3xOXl8x45YvV/Q+rnO6ndQhauTLxw8eoIAmor5+fwrV 1Kq/o3MaPEnnx06zARGBtAo78KaCLm9pxAQzLpub4fL/TluEiPYwbP0SPYBivbmropwg IqCa6S/LfmcpRfe155bi0jl4GLThMunWRkwk/KhVMkXWmBIs2LcNfljQucOuSaJSRHEX +lNA== X-Received: by 10.194.62.14 with SMTP id u14mr3263658wjr.24.1449573510932; Tue, 08 Dec 2015 03:18:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.170.209 with HTTP; Tue, 8 Dec 2015 03:18:01 -0800 (PST) In-Reply-To: References: From: Namikaze Minato Date: Tue, 8 Dec 2015 12:18:01 +0100 Message-ID: Subject: Re: nodemanager listen on 0.0.0.0 To: Li Li Cc: user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 Listening on 0.0.0.0 means listening on all interfaces. Do you really NEED to have it listen only on internal addresses? If you're not connected to a public network it should not matter, right? Anyway, your cluster should work as-is. Regards, LLoyd PS: FYI, your e-mail ended up in spams. On 8 December 2015 at 10:27, Li Li wrote: > I want to setup a yarn cluster. It's not allowed to visit from > public network so I changed many configuration files to let all > service bind to the internal network address. > All thing is fine exception the nodemanager which bind > 0.0.0.0:13562. I searched the default-mapred-default.xml and found it > mapreduce.shuffle.port. > Which configuration file should I change to let nodemanager listen > on internal address instead of 0.0.0.0? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@hadoop.apache.org > For additional commands, e-mail: user-help@hadoop.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@hadoop.apache.org For additional commands, e-mail: user-help@hadoop.apache.org