Description
The code in SecondaryNameNode.java to set the https port is broken, if the port is set it sets the bind addr to "addr:addr:port" which is bogus. Even if it did work it uses port 0 instead of port 50490 (default listed in ./src/packages/templates/conf/hdfs-site.xml).
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-8162 Hadoop 1.0 has duplicate and conflicting conf directories
- Open