You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Mohammad Kargar <mk...@phemi.com> on 2017/03/30 23:51:22 UTC

Monitoring REST API and YARN session

How can I access the REST APIs
<https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/rest_api.html>for
monitoring when cluster launched in a yarn session?

Re: Monitoring REST API and YARN session

Posted by Ufuk Celebi <uc...@apache.org>.
In this case they are proxied through YARN, you can check the list auf
running applications and click on the Flink app master UI link. Then
you have the host and port for the REST calls. Does this work?

On Fri, Mar 31, 2017 at 1:51 AM, Mohammad Kargar <mk...@phemi.com> wrote:
> How can I access the REST APIs for monitoring when cluster launched in a
> yarn session?