On 13 September 2012 12:37, Jean-Baptiste Onofré <[email protected]> wrote:
> Last time I checked, the exit code wasn't check. > > Not just me then. I've filed a JIRA https://issues.apache.org/jira/browse/WHIRR-653 Whereabouts in the code should I be looking for this? > Regards > JB > > > On 09/13/2012 11:18 AM, Steve Loughran 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? >> >> > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
