You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Zhenzhong Xu (JIRA)" <ji...@apache.org> on 2016/08/02 17:57:20 UTC

[jira] [Created] (FLINK-4308) Allow uploaded jar directory to be configurable

Zhenzhong Xu created FLINK-4308:
-----------------------------------

             Summary: Allow uploaded jar directory to be configurable 
                 Key: FLINK-4308
                 URL: https://issues.apache.org/jira/browse/FLINK-4308
             Project: Flink
          Issue Type: Improvement
          Components: Webfrontend
            Reporter: Zhenzhong Xu
            Priority: Minor


I notice sometimes it's preferable to have uploaded jars to be put into a configurable directory location instead only have it at runtime.

WebRuntimeMonitor.java

String uploadDirName = "flink-web-upload-" + UUID.randomUUID();
this.uploadDir = new File(getBaseDir(config), uploadDirName);
			



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)