Re: LocalResource and Container

2011-09-21 Thread Chris Riccomini
Hey Vinod, Got it, thanks. Updated the WritingYarnApps FAQ. Cheers, Chris On 9/21/11 10:18 AM, "Vinod Kumar Vavilapalli" wrote: > Container needs to specify its own resources to be localized (Juts like the > AM Container). So you should just set the same tgz that is there on DFS as > one of t

Re: LocalResource and Container

2011-09-21 Thread Vinod Kumar Vavilapalli
Container needs to specify its own resources to be localized (Juts like the AM Container). So you should just set the same tgz that is there on DFS as one of the resources for the container. +Vinod On Wed, Sep 21, 2011 at 10:41 PM, Chris Riccomini wrote: > Hey Guys, > > I'm currently setting a

LocalResource and Container

2011-09-21 Thread Chris Riccomini
Hey Guys, I'm currently setting a local resource for my ApplicationMaster's container ctx when my client sets up its request. What surprised me is that the containers that my ApplicationMaster starts up don't have those local resources as well. When I find . on the container working directory,