While I've been debugging a service, I've added more checks to the code, which will bail out the moment an operation fails.
mkdir $somedir || exit 1 I don't see that exit code being checked, not in subclasses of the hadoop service. Is this right? Is there some property I can set to enable such checks?
