minor fix

This commit is contained in:
nishantmonu51 2014-04-23 05:05:51 +05:30
parent 1ca61237c1
commit 625a5418d2
1 changed files with 1 additions and 1 deletions

View File

@ -348,7 +348,7 @@ public class DetermineHashedPartitionsJob implements Jobby
{
if (config.get("mapred.job.tracker").equals("local") || determineIntervals) {
return 1;
return 0;
} else {
return reducerLookup.get(interval);
}