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 10FED186C6 for ; Wed, 9 Dec 2015 01:56:32 +0000 (UTC) Received: (qmail 35075 invoked by uid 500); 9 Dec 2015 01:56:27 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 34963 invoked by uid 500); 9 Dec 2015 01:56:27 -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 34952 invoked by uid 99); 9 Dec 2015 01:56:27 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 01:56:27 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 174B9C396F for ; Wed, 9 Dec 2015 01:56:27 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.102 X-Spam-Level: X-Spam-Status: No, score=-0.102 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id wbVlHWe70Pio for ; Wed, 9 Dec 2015 01:56:26 +0000 (UTC) Received: from mail-qg0-f53.google.com (mail-qg0-f53.google.com [209.85.192.53]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 20AF642BB8 for ; Wed, 9 Dec 2015 01:56:26 +0000 (UTC) Received: by qgcc31 with SMTP id c31so50904839qgc.3 for ; Tue, 08 Dec 2015 17:56:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=iXga+L9KNSDDpYfEF1DbHqLGd3IDSs+2Xou0kK+wfZs=; b=aTrxmzAnVhd7aSAfkg7RMKZQIuhnESBddWR/cFrU6GechRGvVvpscgSjWNg9VKwjdB 2Ak6LBKPynaA9ZeAQ/Aq/t94LcheRNVi9FIguDJDrP2JAh03TtiTGknm39tJQ6VlIq8s yMiirPQWjx+5DhunQNXlPBo0JpQad3a2Gy9I85FBtY5Yz5LIue0PglQhcK8KWjJaZzoo 8A6PW7SvHWoDhceza3TvIGgWk9udeFK+nKmv/nbVzjp7wGuSjeYxqAAZQ7C6JQ8w+PhS m/sKT9fLWZHEjy6c+eRkmS4pEaKYxk5w2GYS79xXTtVue4bsYVb4v4PVn8vDU01gfS59 utjw== MIME-Version: 1.0 X-Received: by 10.140.156.199 with SMTP id c190mr8960465qhc.85.1449626179779; Tue, 08 Dec 2015 17:56:19 -0800 (PST) Received: by 10.55.164.138 with HTTP; Tue, 8 Dec 2015 17:56:19 -0800 (PST) In-Reply-To: References: Date: Wed, 9 Dec 2015 09:56:19 +0800 Message-ID: Subject: Re: nodemanager listen on 0.0.0.0 From: Li Li To: Namikaze Minato Cc: user@hadoop.apache.org Content-Type: text/plain; charset=UTF-8 the hadoop cluster may be used as crawler so it should visit public network. On Tue, Dec 8, 2015 at 7:18 PM, Namikaze Minato wrote: > 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