NodeManager exit without spesific log messages.

2017-09-22 Thread Nur Kholis Majid
Hi, one of my NM nodes periodically exit with this error log https://paste.ee/p/hc104 Anyone have idea about this? Thank you. - To unsubscribe, e-mail: user-unsubscr...@hadoop.apache.org For additional commands, e-mail:

Re: How to set AM attempt interval?

2015-03-02 Thread Nur Kholis Majid
(yarn.nodemanager.disk-health-checker.max-disk-utilization-per-disk-percentage) added at YARN-1781? +Vinod On Feb 27, 2015, at 7:31 AM, Ted Yu yuzhih...@gmail.com wrote: Looks like this is related: https://issues.apache.org/jira/browse/YARN-964 On Fri, Feb 27, 2015 at 4:29 AM, Nur Kholis Majid

How to set AM attempt interval?

2015-02-27 Thread Nur Kholis Majid
Hi All, I have many jobs failed because AM trying to rerun job in very short interval (only in 6 second). How can I add the interval to bigger value? https://dl.dropboxusercontent.com/u/33705885/2015-02-27_145104.png Thank you.

Which script is generated launch_container.sh file?

2014-09-25 Thread Nur Kholis Majid
Hi, Which script is generated launch_container.sh file while we run yarn jar? this script is located in ${yarn.nodemanager.local-dirs}/nm-local-dir/usercache/${username}/appcache/application_*\container_*/ I need to insert some command to change LOG_DIRS permission. Thanks.