Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
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
Attachments
Issue Links
- blocks
-
HADOOP-353 Run datanode (or other hadoop servers) inside tomcat
-
- Resolved
-