On Thu, Sep 13, 2012 at 10:18 AM, Steve Loughran <ste...@hortonworks.com> wrote: > 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?
I don't think there is. This sounds like a bug - can you open a JIRA for it please? Thanks, Tom