imply-cheddar commented on code in PR #14063:
URL: https://github.com/apache/druid/pull/14063#discussion_r1163271697
##########
indexing-service/src/main/java/org/apache/druid/indexing/common/config/TaskConfig.java:
##########
@@ -118,18 +121,10 @@
@JsonProperty
private final boolean encapsulatedTask;
- @Deprecated
- @JsonProperty("baseTaskDir")
- private final String baseTaskDirPath;
-
- // Use multiple base files for tasks instead of a single one
- @JsonProperty
- private final List<String> baseTaskDirPaths;
-
@JsonCreator
public TaskConfig(
@JsonProperty("baseDir") String baseDir,
- @Deprecated @JsonProperty("baseTaskDir") String baseTaskDirPath,
+ @JsonProperty("baseTaskDir") String baseTaskDir,
Review Comment:
Okay, just fixed this by setting the config from the ForkingTaskRunner and
using a different build method from the ThreadingTaskRunner.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]