You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2009/01/16 06:14:59 UTC

[jira] Resolved: (HADOOP-349) Allow info server to be turned off/on by conf file

     [ https://issues.apache.org/jira/browse/HADOOP-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen O'Malley resolved HADOOP-349.
----------------------------------

    Resolution: Won't Fix

> Allow info server to be turned off/on by conf file
> --------------------------------------------------
>
>                 Key: HADOOP-349
>                 URL: https://issues.apache.org/jira/browse/HADOOP-349
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: conf
>            Reporter: Barry Kaplan
>            Assignee: Doug Cutting
>         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.
-
You can reply to this email to add a comment to the issue online.