mirror of https://github.com/apache/druid.git
Fix issue 4536 suggested by @@erikdubbelboer (#4541)
This commit is contained in:
parent
960cb07ea6
commit
c5c17bb803
|
@ -269,7 +269,7 @@ public class HadoopTuningConfig implements TuningConfig
|
|||
numBackgroundPersistThreads,
|
||||
forceExtendableShardSpecs,
|
||||
useExplicitVersion,
|
||||
null
|
||||
allowedHadoopPrefix
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -294,7 +294,7 @@ public class HadoopTuningConfig implements TuningConfig
|
|||
numBackgroundPersistThreads,
|
||||
forceExtendableShardSpecs,
|
||||
useExplicitVersion,
|
||||
null
|
||||
allowedHadoopPrefix
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -319,7 +319,7 @@ public class HadoopTuningConfig implements TuningConfig
|
|||
numBackgroundPersistThreads,
|
||||
forceExtendableShardSpecs,
|
||||
useExplicitVersion,
|
||||
null
|
||||
allowedHadoopPrefix
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue