astralidea created FLINK-3644: --------------------------------- Summary: WebRuntimMonitor set java.io.tmpdir does not work for change upload dir. Key: FLINK-3644 URL: https://issues.apache.org/jira/browse/FLINK-3644 Project: Flink Issue Type: Bug Components: Webfrontend Affects Versions: 1.0.0 Environment: flink-conf.yaml -> java.io.tmpdir: . java -server -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSClassUnloadingEnabled -XX:+UseParNewGC -XX:+UseCompressedOops -XX:+UseFastEmptyMethods -XX:+UseFastAccessorMethods -XX:+AlwaysPreTouch -Xmx1707m -Dlog4j.configuration=file:log4j-mesos.properties -Djava.io.tmpdir=. -cp flink-dist_2.10-1.0.0.jar:log4j-1.2.17.jar:slf4j-log4j12-1.7.7.jar:flink-python_2.10-1.0.0.jar java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) 64-Bit Server VM (build 25.60-b23, mixed mode) CentOS release 6.4 (Final) Reporter: astralidea
flink-conf.yaml & -Djava.io.tmpdir=. does not work for me. I don't know why.I look for the code System.getProperty("java.io.tmpdir") should work.but it is not worked. but in web ui in job manager configuration could see the java.io.tmpdir is set. -- This message was sent by Atlassian JIRA (v6.3.4#6332)