Localizer failed but it works after I restart yarn

2015-02-05 Thread Jeff Zhang
I intermittently meet this issue of Localizer failed, but after I restart the yarn, then the problem is gone. Is this a known issue ? Here's log in node manager 2015-02-06 11:31:24,898 INFO org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor: Localizer CWD set to

Re: Localizer failed but it works after I restart yarn

2015-02-05 Thread daemeon reiydelle
My first concern is that temp is a virtual file system and cannot exceed real memory plus swap space. You may not see file system full errors flow up as the root cause of the stack trace, but you will see null pointers. So move your temp directory onto your file system (~/Documents/HDFSTMP or

Re: Localizer failed but it works after I restart yarn

2015-02-05 Thread Jeff Zhang
BTW, I am using hadoop 2.6 and it's a single node cluster on mac. On Fri, Feb 6, 2015 at 11:35 AM, Jeff Zhang zjf...@gmail.com wrote: I intermittently meet this issue of Localizer failed, but after I restart the yarn, then the problem is gone. Is this a known issue ? Here's log in node