[ 
https://issues.apache.org/jira/browse/FLINK-3644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205767#comment-15205767
 ] 

ASF GitHub Bot commented on FLINK-3644:
---------------------------------------

GitHub user Astralidea opened a pull request:

    https://github.com/apache/flink/pull/1824

    [FLINK-3644] WebRuntimMonitor set java.io.tmpdir does not work

    To fix this issue, I think we should add new config to config flink-web 
temp dir.
    I don't know why java.io.tmpdir does not work. it value always /tmp
    the space of  /tmp in my cluster is very less. user upload often.
    So I have to let this config go into effect.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/QunarBlackOps/flink FLINK-3644-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1824.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1824
    
----
commit 3e581199beff543c3d35e73ab9669fd3907502ad
Author: xueyan.li <[email protected]>
Date:   2016-03-22T04:20:06Z

    add new config for set web monitor tmp dir

----


> 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)

Reply via email to