You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Vinod Kumar Vavilapalli (JIRA)" <ji...@apache.org> on 2013/08/24 23:29:51 UTC

[jira] [Created] (MAPREDUCE-5480) TestJSHSecurity.testDelegationToken is breaking after YARN-1085

Vinod Kumar Vavilapalli created MAPREDUCE-5480:
--------------------------------------------------

             Summary: TestJSHSecurity.testDelegationToken is breaking after YARN-1085
                 Key: MAPREDUCE-5480
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-5480
             Project: Hadoop Map/Reduce
          Issue Type: Bug
    Affects Versions: 2.1.1-beta
            Reporter: Vinod Kumar Vavilapalli
            Assignee: Vinod Kumar Vavilapalli


See https://builds.apache.org/job/PreCommit-YARN-Build/1755//testReport/.

{code}
org.apache.hadoop.yarn.webapp.WebAppException: Error starting http server
	at org.apache.hadoop.yarn.webapp.WebApps$Builder.start(WebApps.java:251)
	at org.apache.hadoop.mapreduce.v2.hs.HistoryClientService.initializeWebApp(HistoryClientService.java:152)
 ---
Caused by: javax.servlet.ServletException: javax.servlet.ServletException: Principal not defined in configuration
	at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:203)
	at org.apache.hadoop.security.authentication.server.AuthenticationFilter.init(AuthenticationFilter.java:146)
 ---
Caused by: javax.servlet.ServletException: Principal not defined in configuration
	at org.apache.hadoop.security.authentication.server.KerberosAuthenticationHandler.init(KerberosAuthenticationHandler.java:164)
	... 53 more
{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