RE: LocalResource size/time limits

2014-01-05 Thread John Lilley
Fantastic. Just what I needed to know. john From: Hardik Pandya [mailto:smarty.ju...@gmail.com] Sent: Saturday, January 04, 2014 11:15 AM To: user@hadoop.apache.org Subject: Re: LocalResource size/time limits May be this would clarify some aspect of your questions Resource Localization in

Re: LocalResource size/time limits

2014-01-04 Thread Hardik Pandya
May be this would clarify some aspect of your questions Resource Localization in YARN Deep Dive The threshold for local files is dictated by the configuration property *yarn.nodemanager.localizer.cache.target-size-mb* describe

LocalResource size/time limits

2014-01-04 Thread John Lilley
Are there any limits on the total size of LocalResources that a YARN app requests? Do the PUBLIC ones age out of cache over time? Are there settable controls? Thanks John