507508509510511512513514515516517
ObjectSerializer.serialize(mro.getSortOrder())); } } 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;
144145146147148149150151152
keyT = (E) idxTuple.get(0); } } // number of reducers Integer cnt = maxIndex - minIndex; reducerMap.put(keyT, new Pair(minIndex, cnt));// 1 is added to account for the 0 index } return reducerMap; }