mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
Fix confusing error message in HadoopIndexTask
This commit is contained in:
parent
4ca8ea19fd
commit
b6f71d3fd6
@ -117,7 +117,7 @@ public class HadoopIndexTask extends AbstractTask
|
||||
Preconditions.checkArgument(this.spec.getTuningConfig().getWorkingPath() == null, "workingPath must be absent");
|
||||
Preconditions.checkArgument(
|
||||
this.spec.getIOConfig().getMetadataUpdateSpec() == null,
|
||||
"updaterJobSpec must be absent"
|
||||
"metadataUpdateSpec must be absent"
|
||||
);
|
||||
|
||||
if (hadoopDependencyCoordinates != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user