mirror of https://github.com/apache/druid.git
minor fix
This commit is contained in:
parent
1ca61237c1
commit
625a5418d2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue