You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yarn-issues@hadoop.apache.org by "Remus Rusanu (JIRA)" <ji...@apache.org> on 2014/04/22 10:05:14 UTC

[jira] [Created] (YARN-1971) WindowsLocalWrapperScriptBuilder does not check for errors in generated script

Remus Rusanu created YARN-1971:
----------------------------------

             Summary: WindowsLocalWrapperScriptBuilder does not check for errors in generated script
                 Key: YARN-1971
                 URL: https://issues.apache.org/jira/browse/YARN-1971
             Project: Hadoop YARN
          Issue Type: Bug
            Reporter: Remus Rusanu
            Assignee: Remus Rusanu
            Priority: Minor


Similar to YARN-1865. The DefaultContainerExecutor.WindowsLocalWrapperScriptBuilder builds a shell script that contains commands that potentially may fail:
{code}
pout.println("@echo " + containerIdStr + " > " + normalizedPidFile +".tmp");
pout.println("@move /Y " + normalizedPidFile + ".tmp " + normalizedPidFile); 
{code}
These can fail due to access permissions, disc out of space, bad hardware, cosmic rays etc etc. There should be proper error checking to ease troubleshooting.




--
This message was sent by Atlassian JIRA
(v6.2#6252)