Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 31793 invoked from network); 7 Jul 2006 17:37:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Jul 2006 17:37:54 -0000 Received: (qmail 17175 invoked by uid 500); 7 Jul 2006 17:37:53 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 17017 invoked by uid 500); 7 Jul 2006 17:37:53 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 17008 invoked by uid 99); 7 Jul 2006 17:37:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 10:37:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jul 2006 10:37:50 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9F377714219 for ; Fri, 7 Jul 2006 17:35:30 +0000 (GMT) Message-ID: <25801586.1152293730649.JavaMail.jira@brutus> Date: Fri, 7 Jul 2006 17:35:30 +0000 (GMT+00:00) From: "eric baldeschwieler (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-349) Allow info server to be turned off/on by conf file In-Reply-To: <24802631.1152210629864.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-349?page=comments#action_12419757 ] eric baldeschwieler commented on HADOOP-349: -------------------------------------------- this is kind of pushing the opposite direction we're going. We are adding more functionality to this server and since we want to have a multi-lingual interoperable protocol down the road, something over HTTP makes sense. I'm imaging the HTTP server will eventually be the only port to reach these servers. So a long term solution will need to allow you to use tomcat or run an embedded jeti on another port. Not just turn of jetty. > Allow info server to be turned off/on by conf file > -------------------------------------------------- > > Key: HADOOP-349 > URL: http://issues.apache.org/jira/browse/HADOOP-349 > Project: Hadoop > Type: Improvement > Components: conf > Reporter: Barry Kaplan > Attachments: info_server_patch > > Since I am using hadoop within my own servlet which is not Jetty, it would be nice to not have to need Jetty to run my servlet. As such I propose adding an if statement/donf setting at FSNamesystem:171 as such > if(conf.getBoolean("dfs.info.active",true)){ > this.infoPort = conf.getInt("dfs.info.port", 50070); > this.infoServer = new StatusHttpServer("dfs", infoPort, false); > this.infoServer.start(); > } -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira