rename java.io.tempdir to the correct property java.io.tmpdir
This commit is contained in:
Родитель
8e04bc2d63
Коммит
a29b2593d9
|
@ -201,7 +201,7 @@ public class KustoSinkConfig extends AbstractConfig {
|
|||
.define(
|
||||
KUSTO_SINK_TEMP_DIR_CONF,
|
||||
Type.STRING,
|
||||
System.getProperty("java.io.tempdir"),
|
||||
System.getProperty("java.io.tmpdir"),
|
||||
Importance.LOW,
|
||||
KUSTO_SINK_TEMP_DIR_DOC,
|
||||
writeGroupName,
|
||||
|
|
Загрузка…
Ссылка в новой задаче