RE: Fetching configuration values from cluster

2014-03-07 Thread John Lilley
Thanks!

From: Stanley Shi [mailto:s...@gopivotal.com]
Sent: Thursday, March 06, 2014 7:44 PM
To: user@hadoop.apache.org
Subject: Re: Fetching configuration values from cluster

You can read from http://resource-manager.host.ip:8088/conf
This is an xml format file you can use directly.

Regards,
Stanley Shi,
[http://www.gopivotal.com/files/media/logos/pivotal-logo-email-signature.png]

On Fri, Mar 7, 2014 at 1:46 AM, John Lilley 
john.lil...@redpoint.netmailto:john.lil...@redpoint.net wrote:
How would I go about fetching configuration values (e.g. yarn-site.xml) from 
the cluster via the API from an application not running on a cluster node?
Thanks
John




Re: Fetching configuration values from cluster

2014-03-06 Thread Stanley Shi
You can read from http://resource-manager.host.ip:8088/conf
This is an xml format file you can use directly.

Regards,
*Stanley Shi,*



On Fri, Mar 7, 2014 at 1:46 AM, John Lilley john.lil...@redpoint.netwrote:

  How would I go about fetching configuration values (e.g. yarn-site.xml)
 from the cluster via the API from an application not running on a cluster
 node?

 Thanks

 John