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

Robert Metzger commented on FLINK-5598:
---------------------------------------

Thanks a lot for fixing this issue. I assigned the JIRA to you (you can now 
assign JIRAs yourself, since you have "Contributor" permissions now). Note that 
I gave your @zalando.com account the permissions.

> Return jar name when jar is uploaded
> ------------------------------------
>
>                 Key: FLINK-5598
>                 URL: https://issues.apache.org/jira/browse/FLINK-5598
>             Project: Flink
>          Issue Type: Improvement
>          Components: Web Client
>            Reporter: Sendoh
>            Assignee: Fabian Wollert
>
> As as a Jenkins user who wants to uplaod jar through http call,  I want jar 
> file name is returned after jar is uploaded.
> Currently it returns nothing, as the code shown:
> File newFile = new File(jarDir, UUID.randomUUID() + "_" + filename);
>                       if (tempFile.renameTo(newFile)) {
>                               // all went well
>                               return "{}";
>                       }
> Ref: 
> https://github.com/apache/flink/blob/master/flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/handlers/JarUploadHandler.java#L58
> My proposal will be 
> reuturn {"fileName": newFile.getName()}
> Any suggestion is welcome.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to