mirror of https://github.com/apache/druid.git
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.getTuningConfig().getWorkingPath() == null, "workingPath must be absent");
|
||||||
Preconditions.checkArgument(
|
Preconditions.checkArgument(
|
||||||
this.spec.getIOConfig().getMetadataUpdateSpec() == null,
|
this.spec.getIOConfig().getMetadataUpdateSpec() == null,
|
||||||
"updaterJobSpec must be absent"
|
"metadataUpdateSpec must be absent"
|
||||||
);
|
);
|
||||||
|
|
||||||
if (hadoopDependencyCoordinates != null) {
|
if (hadoopDependencyCoordinates != null) {
|
||||||
|
|
Loading…
Reference in New Issue