mirror of https://github.com/apache/druid.git
ForkingTaskRunnerConfig: Add java.io.tmpdir to allowedPrefixes
This commit is contained in:
parent
6db52c8297
commit
83b4641e31
|
@ -62,7 +62,8 @@ public class ForkingTaskRunnerConfig
|
||||||
"druid",
|
"druid",
|
||||||
"io.druid",
|
"io.druid",
|
||||||
"user.timezone",
|
"user.timezone",
|
||||||
"file.encoding"
|
"file.encoding",
|
||||||
|
"java.io.tmpdir"
|
||||||
);
|
);
|
||||||
|
|
||||||
public String getTaskDir()
|
public String getTaskDir()
|
||||||
|
|
Loading…
Reference in New Issue