static public JobContext cloneJobContext(JobContext original) throws IOException, InterruptedException { JobContext newContext = ContextFactory.cloneContext(original, new JobConf(original.getConfiguration())); return newContext; }
static public JobContext cloneJobContext(JobContext original) throws IOException, InterruptedException { JobContext newContext = ContextFactory.cloneContext(original, original.getConfiguration()); return newContext; }