Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
1.5.0
-
None
-
None
Description
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.
Attachments
Issue Links
- is blocked by
-
FLINK-9280 Extend JobSubmitHandler to accept jar files
- Closed
- is related to
-
YARN-2031 YARN Proxy model doesn't support REST APIs in AMs
- Patch Available