-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0-alpha2
-
Fix Version/s: 2.9.0, 3.0.0-beta1
-
Component/s: amrmproxy
-
Labels:None
-
Hadoop Flags:Reviewed
The tracking URL given at the command line should work secured or not. The tracking URLs are like http://node-2.abc.com:47014 and AM web server supposed to redirect it to a RM address like this http://node-1.abc.com:8088/proxy/application_1494544954891_0002/, but it fails to do that because the connection is rejected when AM is talking to RM admin service to get HA status.