Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD988102D8 for ; Sat, 31 Aug 2013 16:14:57 +0000 (UTC) Received: (qmail 48037 invoked by uid 500); 31 Aug 2013 16:14:52 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 47899 invoked by uid 500); 31 Aug 2013 16:14:51 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 47892 invoked by uid 99); 31 Aug 2013 16:14:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Aug 2013 16:14:51 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.223.173 as permitted sender) Received: from [209.85.223.173] (HELO mail-ie0-f173.google.com) (209.85.223.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Aug 2013 16:14:46 +0000 Received: by mail-ie0-f173.google.com with SMTP id qa5so4592771ieb.32 for ; Sat, 31 Aug 2013 09:14:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=4kl0x2PLa4CAnpQYVNXp8QwSWCNqNlHyRRWu69k51lE=; b=ET23TopK1bhsAF42LQEIRVsCcldZKNnSExblvZwBGz/oZb9gwr61Narcj/na/RB4sc eolKR1X3UdRcbUHCqI0GNKpwPCgCkStqvd02eJklKkgKGrEVuqadJdL4YfF9EpRUsxCf n51T77YGsZAdsVlyvXGWx36x7e7A42mZjfP0n+igpRW9aBvSSB4cT6HSSDtXmeWZGNBV UDpYpJ03NDAjl3R9rptGEjACdkWfNmrK/5+vhqIHDfJruMqfM01GI9eqeB1yn+fEa1Ry OT6lfAw9p014R6rJD5guxJTKcjt9zWjbKuplB8/Etb5KfokV3xQh6JB7XY6W3A66s8xX 8b+Q== X-Gm-Message-State: ALoCoQnTRVMkiKaqH1vaZ9K+p2ZBL8QEBikfVR7g/WYDegT30H6zfxezUC2LWY2Aj3rPxNUrY3+V X-Received: by 10.50.98.9 with SMTP id ee9mr6432313igb.7.1377965665749; Sat, 31 Aug 2013 09:14:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.50.56.114 with HTTP; Sat, 31 Aug 2013 09:14:05 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Sat, 31 Aug 2013 21:44:05 +0530 Message-ID: Subject: Re: How to change default ports of datanodes in a cluster To: "" Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Looking at the hdfs-default.xml should help with such questions: http://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml The property you need is dfs.datanode.http.address On Sat, Aug 31, 2013 at 6:47 PM, Visioner Sadak wrote: > Hello Hadoopers, > > Default port for datanode is 50075 i am able to change namenode default port > by changing > > dfs.namenode.http-address.ns1 & dfs.namenode.http-address.ns2 in my > hdfs-site.xml of my 2 namenodes > > how to change default port address of my multiple datanodes > > -- Harsh J