Beckham007 created SLIDER-499:
---------------------------------
Summary: 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
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)