Github user vanzin commented on the issue:
https://github.com/apache/spark/pull/18978
> I was kind of figuring those other ones would use the rest server to do
that.
The rest server does not talk to applications, it talks to the cluster
manager master (what would be the YARN RM), so that's a different thing. I
guess you could implement this as "send request to rest server and and it then
forwards the request to the driver", but I'm not familiar with how Spark apps
talk to the rest server if at all.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]