jobConf.setMapperClass(PigMapReduce.MapWithPartitionIndex.class);
jobConf.setMapOutputKeyClass(NullablePartitionWritable.class);
}
Job job = new Job(jobConf);
jobStoreMap.put(job,new Pair(storeLocations, tmpLocation));
return job;
} catch (JobCreationException jce) {
throw jce;
} catch(Exception e) {
int errCode = 2017;