You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hadoop.apache.org by John Lilley <jo...@redpoint.net> on 2013/06/05 19:10:22 UTC

YARN servers and ports

What service addresses and ports does a YARN ApplicationMaster need to know about?
Thanks,
John


Re: YARN servers and ports

Posted by Harsh J <ha...@cloudera.com>.
If you're asking in terms of discovering where to communicate at, then
basically just the RM scheduler address and port
(yarn.resourcemanager.scheduler.address).

The NodeManager addresses and ports are carried back from the RM to
the requesting AM as part of container requests and needn't be in the
config (and hence the NMs can be using dynamic ports if they wanted
to).

On Wed, Jun 5, 2013 at 10:40 PM, John Lilley <jo...@redpoint.net> wrote:
> What service addresses and ports does a YARN ApplicationMaster need to know
> about?
>
> Thanks,
>
> John
>
>



-- 
Harsh J

Re: YARN servers and ports

Posted by Harsh J <ha...@cloudera.com>.
If you're asking in terms of discovering where to communicate at, then
basically just the RM scheduler address and port
(yarn.resourcemanager.scheduler.address).

The NodeManager addresses and ports are carried back from the RM to
the requesting AM as part of container requests and needn't be in the
config (and hence the NMs can be using dynamic ports if they wanted
to).

On Wed, Jun 5, 2013 at 10:40 PM, John Lilley <jo...@redpoint.net> wrote:
> What service addresses and ports does a YARN ApplicationMaster need to know
> about?
>
> Thanks,
>
> John
>
>



-- 
Harsh J

Re: YARN servers and ports

Posted by Harsh J <ha...@cloudera.com>.
If you're asking in terms of discovering where to communicate at, then
basically just the RM scheduler address and port
(yarn.resourcemanager.scheduler.address).

The NodeManager addresses and ports are carried back from the RM to
the requesting AM as part of container requests and needn't be in the
config (and hence the NMs can be using dynamic ports if they wanted
to).

On Wed, Jun 5, 2013 at 10:40 PM, John Lilley <jo...@redpoint.net> wrote:
> What service addresses and ports does a YARN ApplicationMaster need to know
> about?
>
> Thanks,
>
> John
>
>



-- 
Harsh J

Re: YARN servers and ports

Posted by Harsh J <ha...@cloudera.com>.
If you're asking in terms of discovering where to communicate at, then
basically just the RM scheduler address and port
(yarn.resourcemanager.scheduler.address).

The NodeManager addresses and ports are carried back from the RM to
the requesting AM as part of container requests and needn't be in the
config (and hence the NMs can be using dynamic ports if they wanted
to).

On Wed, Jun 5, 2013 at 10:40 PM, John Lilley <jo...@redpoint.net> wrote:
> What service addresses and ports does a YARN ApplicationMaster need to know
> about?
>
> Thanks,
>
> John
>
>



-- 
Harsh J