[
https://issues.apache.org/jira/browse/FLINK-4308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409488#comment-15409488
]
ASF GitHub Bot commented on FLINK-4308:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/2335
> 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
> Fix For: 1.2.0
>
>
> I notice sometimes it's preferable to have uploaded jars to be put into a
> configurable directory location instead only have it at runtime. In this case
> we can pre-load the directory with jars in a docker image and allows us to
> leverage the jobmanager restful interface to start/kill jobs.
> 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)