Steve Loughran created YARN-2031:
------------------------------------
Summary: YARN Proxy model doesn't support REST APIs in AMs
Key: YARN-2031
URL: https://issues.apache.org/jira/browse/YARN-2031
Project: Hadoop YARN
Issue Type: Bug
Components: resourcemanager
Affects Versions: 2.4.0
Reporter: Steve Loughran
AMs can't support REST APIs because
# the AM filter redirects all requests to the proxy with a 302 response (not
307)
# the proxy doesn't forward PUT/POST/DELETE verbs
Either the AM filter needs to return 307 and the proxy to forward the verbs, or
Am filter should not filter a REST bit of the web site
--
This message was sent by Atlassian JIRA
(v6.2#6252)