Web UI fails with non-default port
----------------------------------
Key: HDFS-1196
URL: https://issues.apache.org/jira/browse/HDFS-1196
Project: Hadoop HDFS
Issue Type: Bug
Affects Versions: 0.22.0
Reporter: Eli Collins
Fix For: 0.22.0
On trunk using hdfs://localhost:9000 for fs.default.name going to the web UI
http://localhost:9000 fails with the following stack trace:
10/06/08 23:07:19 INFO namenode.NameNode: NameNode up at:
localhost/127.0.0.1:9000
10/06/08 23:08:45 INFO ipc.Server: IPC Server listener on 9000: readAndProcess
threw exception java.io.IOException: Unable to read authentication method.
Count of bytes read: 0
java.io.IOException: Unable to read authentication method
at
org.apache.hadoop.ipc.Server$Connection.readAndProcess(Server.java:1092)
at org.apache.hadoop.ipc.Server$Listener.doRead(Server.java:525)
at org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:332)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Use port 50070 works (but says "NameNode 'localhost:9000'").
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.