So, pig shouldn't die or even give confusing message to the user.
So we just log information and move on. */
log.info("Cannot get jobid for this job");
}
while(!jc.allFinished()){
try {
Thread.sleep(sleepTime);
} catch (InterruptedException e) {}
double prog = (numMRJobsCompl+calculateProgress(jc, jobClient))/totalMRJobs;
if(prog>=(lastProg+0.01)){