Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-349

Allow info server to be turned off/on by conf file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • conf
    • None

    Description

      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();
      }

      Attachments

        1. info_server_patch
          1 kB
          Barry Kaplan

        Issue Links

          Activity

            People

              cutting Doug Cutting
              barry Barry Kaplan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: