You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/05 21:00:02 UTC

[jira] [Commented] (FLINK-9770) UI jar list broken

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

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

GitHub user zentol opened a pull request:

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

    [FLINK-9770][rest] Fix jar listing

    ## What is the purpose of the change
    
    Ensures that uploaded jars adhere to the naming scheme that the `JarListHandler` expects.
    
    ## Verifying this change
    
    Manually verified.
    
    * upload any jar
    * refresh page
    * jar should show up

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

    $ git pull https://github.com/zentol/flink 9770

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

    https://github.com/apache/flink/pull/6269.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 #6269
    
----
commit 675d3a953c177cb3a140176062b112d9d9d9e2ed
Author: zentol <ch...@...>
Date:   2018-07-05T20:57:02Z

    [FLINK-9770][rest] Fix jar listing

----


> UI jar list broken
> ------------------
>
>                 Key: FLINK-9770
>                 URL: https://issues.apache.org/jira/browse/FLINK-9770
>             Project: Flink
>          Issue Type: Bug
>          Components: Job-Submission, REST, Webfrontend
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 1.5.1, 1.6.0
>
>
> The jar listing in the UI is broken.
> The {{JarListHandler}} expects a specific naming scheme (<UUID>_<jar_name>) for uploaded jars, which the {{FileUploadHandler}} previously adhered to.
> When the file uploads were generalized this naming scheme was removed from the {{FileUploadHandler}}, but neither was the {{JarListHandler}} adjusted nor was this behavior re-introduced in the {{JarUploadHandler}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)