mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Fix busted TaskConfig.
This commit is contained in:
parent
a658afe902
commit
65c1553a76
@ -32,10 +32,19 @@ public class TaskConfig
|
||||
"org.apache.hadoop:hadoop-client:2.3.0"
|
||||
);
|
||||
|
||||
@JsonProperty
|
||||
private final String baseDir;
|
||||
|
||||
@JsonProperty
|
||||
private final File baseTaskDir;
|
||||
|
||||
@JsonProperty
|
||||
private final String hadoopWorkingPath;
|
||||
|
||||
@JsonProperty
|
||||
private final int defaultRowFlushBoundary;
|
||||
|
||||
@JsonProperty
|
||||
private final List<String> defaultHadoopCoordinates;
|
||||
|
||||
@JsonCreator
|
||||
|
Loading…
x
Reference in New Issue
Block a user