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 2017/04/15 14:38:42 UTC

[jira] [Commented] (FLINK-5646) REST api documentation missing details on jar upload

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

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

GitHub user hamstah opened a pull request:

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

    [FLINK-5646] Document JAR upload with the REST API

    Hi,
    It took me a while to get my upload working so I thought I would fix the documentation to help others.
    I wasn't sure if code examples in other languages where allowed so I didn't include any, but I have a python example I could add if you think it would be useful.
    
    Thanks!

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

    $ git pull https://github.com/hamstah/flink flink-5646-update-upload-docs

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

    https://github.com/apache/flink/pull/3722.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 #3722
    
----
commit 41b52f20cb64125fb4453a4adfbee3c4dbd7acae
Author: hamstah <ha...@gmail.com>
Date:   2017-04-15T14:34:14Z

    [FLINK-5646] Document JAR upload with the REST API

----


> REST api documentation missing details on jar upload
> ----------------------------------------------------
>
>                 Key: FLINK-5646
>                 URL: https://issues.apache.org/jira/browse/FLINK-5646
>             Project: Flink
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Cliff Resnick
>            Priority: Minor
>
> The 1.2 release documentation (https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/rest_api.html)  states "It is possible to upload, run, and list Flink programs via the REST APIs and web frontend". However there is no documentation about uploading a jar via REST api. 
> There should be something to the effect of:
> "You can upload a jar file using http post with the file data sent under a form field 'jarfile'."



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