try {
FileUtil.chmod(executable.toString(), "a+x");
} catch (InterruptedException ie) {
int errCode = 6013;
String msg = "Unable to chmod " + executable + " . Thread interrupted.";
throw new ExecException(msg, errCode, PigException.REMOTE_ENVIRONMENT, ie);
}
}
// Save a copy of the JobConf
job = PigMapReduce.sJobConf;