[
https://issues.apache.org/jira/browse/FLINK-9478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17274319#comment-17274319
]
Till Rohrmann commented on FLINK-9478:
--------------------------------------
I am not sure whether Yarn will ever fix YARN-2031. Hence, I am inclined to
close this ticket for the time being.
> Use Yarn application proxy to communicate with Flink cluster
> ------------------------------------------------------------
>
> Key: FLINK-9478
> URL: https://issues.apache.org/jira/browse/FLINK-9478
> Project: Flink
> Issue Type: Improvement
> Components: Command Line Client, Deployment / YARN, Runtime / REST
> Affects Versions: 1.5.0
> Reporter: Till Rohrmann
> Priority: Major
>
> The Yarn AM proxy currently does not support PUT/POST/DELETE requests (see
> YARN-2084). Due to this limitation it is currently not possible for the Flink
> REST client to directly communicate with the Flink cluster through the Yarn
> proxy.
> In order to circumvent this problem we could try to wrap all our REST calls
> in a GET request which is forwarded by the Yarn proxy. Maybe this can be
> achieved with X-HTTP methods override as described by
> http://fandry.blogspot.de/2012/03/x-http-header-method-override-and-rest.html.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)