Gopal V created MAPREDUCE-4700:
----------------------------------
Summary: ACL Failure in TestWebUIAuthorization
Key: MAPREDUCE-4700
URL: https://issues.apache.org/jira/browse/MAPREDUCE-4700
Project: Hadoop Map/Reduce
Issue Type: Bug
Affects Versions: 1.1.1
Reporter: Gopal V
Priority: Minor
TestWebUIAuthorization test fails
{code}
[junit] 2012-10-01 20:25:17,576 INFO mapred.JobTracker
(JobTracker.java:initializeFilesystem(1911)) - HDFS initialized but not
'healthy' yet, waiting...
[junit] 2012-10-01 20:25:17,601 INFO mapred.MiniMRCluster
(MiniMRCluster.java:startJobTracker(640)) - JobTracker still initializing.
Waiting.
[junit] 2012-10-01 20:25:18,587 INFO ipc.Server (Server.java:doRead(543))
- IPC Server listener on 63935: readAndProcess threw exception
org.apache.hadoop.security.AccessControlException: Connection from
127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is
unauthorized for user gopal. Count of bytes read: 0
[junit] org.apache.hadoop.security.AccessControlException: Connection from
127.0.0.1:64022 for protocol org.apache.hadoop.hdfs.protocol.ClientProtocol is
unauthorized for user gopal
[junit] at
org.apache.hadoop.ipc.Server$Connection.processOneRpc(Server.java:1294)
[junit] at
org.apache.hadoop.ipc.Server$Connection.readAndProcess(Server.java:1189)
[junit] at org.apache.hadoop.ipc.Server$Listener.doRead(Server.java:538)
[junit] at
org.apache.hadoop.ipc.Server$Listener$Reader.run(Server.java:345)
[junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[junit] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[junit] at java.lang.Thread.run(Thread.java:680)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira