rename java.io.tempdir to the correct property java.io.tmpdir

This commit is contained in:
Grant Holliday 2020-06-18 15:45:37 +10:00
Родитель 8e04bc2d63
Коммит a29b2593d9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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,