[
https://issues.apache.org/jira/browse/SLIDER-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14167925#comment-14167925
]
Beckham007 commented on SLIDER-499:
-----------------------------------
[[email protected]] yes. c175 is the hostname of 10.149.27.175, so as c182.
RM proxy is running at http:://10.149.27.175:8081/proxy.
[~jmaron] I have assgin 'yarn.resourcemanager.webapp.address' in yarn-site.xml
and slider-client.xml. The value is "10.149.27.175:8081". I think the slider am
could not get the "yarn.resourcemanager.webapp.address" from yarn-site.xml or
slider-client.xml, so it use yarn-default.xml.
> Slider AM Web redirect error
> ----------------------------
>
> Key: SLIDER-499
> URL: https://issues.apache.org/jira/browse/SLIDER-499
> Project: Slider
> Issue Type: Bug
> Components: appmaster
> Reporter: Beckham007
> Assignee: Steve Loughran
>
> SliderAMWebApp use org.apache.hadoop.yarn.webapp.Dispatcher to handle
> /slideram*. When SliderAM is on nodeA and RM is on nodeB, the slider am web
> doesn't work.
> In this situation, am is on c182(10.149.27.182), rm is on
> c175(10.149.27.182). run this commond on c175, we get:
> {{
> wget http://c182:46475/slideram
> --2014-10-10 18:51:04-- http://c182:46475/slideram
> Resolving c182... 10.149.27.182
> Connecting to c182|10.149.27.182|:46475... connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
> http://10.149.27.182:8088/proxy/application_1412934123358_0003/slideram
> [following]
> --2014-10-10 18:51:04--
> http://10.149.27.182:8088/proxy/application_1412934123358_0003/slideram
> Connecting to 10.149.27.182:8088... failed: Connection refused.
> }}
> The +http://10.149.27.182:8088/proxy/+ is wrong because rm is c175.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)