[
https://issues.apache.org/jira/browse/SLIDER-499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14168010#comment-14168010
]
Beckham007 commented on SLIDER-499:
-----------------------------------
I found the reason. I set a wrong path of hadoop-conf dir in
"yarn.application.classpath". So slider would not get the RM Proxy Address.
I am sorry for this mistake. Thanks, [~jmaron], [[email protected]]
> 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)