You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2018/05/25 15:37:00 UTC

[jira] [Created] (AMBARI-23953) YARN start failed during EU with IllegalArgumentException

Robert Levas created AMBARI-23953:
-------------------------------------

             Summary: YARN start failed during EU with IllegalArgumentException
                 Key: AMBARI-23953
                 URL: https://issues.apache.org/jira/browse/AMBARI-23953
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.7.0
            Reporter: Vivek Sharma
            Assignee: Robert Levas
             Fix For: 2.7.0


*STR*
# Deployed cluster with Ambari version: 2.6.0.0-267 and HDP version: 2.6.0.3-8 (UI based install and cluster was kerberized)
# Upgrade Ambari to Target Version: 2.7.0.0-588
# Start EU to HDP-3.0.0.0-1390

*Result*
Observed following error at Timeline Reader v2 start:
{code}
2018-05-25 11:47:44,940 INFO  timeline.RollingLevelDBTimelineStore (RollingLevelDBTimelineStore.java:run(404)) - Deletion thread received interrupt, exiting
2018-05-25 11:47:44,941 ERROR applicationhistoryservice.ApplicationHistoryServer (ApplicationHistoryServer.java:launchAppHistoryServer(180)) - Error starting ApplicationHistoryServer
org.apache.hadoop.yarn.exceptions.YarnRuntimeException: AHSWebApp failed to start.
        at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.startWebApp(ApplicationHistoryServer.java:322)
        at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.serviceStart(ApplicationHistoryServer.java:121)
        at org.apache.hadoop.service.AbstractService.start(AbstractService.java:194)
        at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.launchAppHistoryServer(ApplicationHistoryServer.java:178)
        at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.main(ApplicationHistoryServer.java:187)
Caused by: java.io.IOException: Problem starting http server
        at org.apache.hadoop.http.HttpServer2.start(HttpServer2.java:1165)
        at org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer.startWebApp(ApplicationHistoryServer.java:313)
        ... 4 more
Caused by: java.lang.IllegalArgumentException: Could not parse [${clusterHostInfo/rm_host}]
        at org.apache.commons.net.util.SubnetUtils.calculate(SubnetUtils.java:275)
        at org.apache.commons.net.util.SubnetUtils.<init>(SubnetUtils.java:51)
        at org.apache.hadoop.util.MachineList.<init>(MachineList.java:108)
        at org.apache.hadoop.util.MachineList.<init>(MachineList.java:82)
        at org.apache.hadoop.util.MachineList.<init>(MachineList.java:74)
        at org.apache.hadoop.security.authorize.DefaultImpersonationProvider.init(DefaultImpersonationProvider.java:98)
        at org.apache.hadoop.security.authorize.ProxyUsers.refreshSuperUserGroupsConfiguration(ProxyUsers.java:75)
        at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticationFilter.init(DelegationTokenAuthenticationFilter.java:202)
        at org.apache.hadoop.yarn.server.timeline.security.TimelineAuthenticationFilter.init(TimelineAuthenticationFilter.java:47)
        at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:139)
        at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:873)
{code}




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)