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

2017-04-20 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

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


> 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
> Fix For: 1.3.0
>
>
> 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)


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

2017-04-19 Thread ASF GitHub Bot (JIRA)

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

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

Github user StephanEwen commented on the issue:

https://github.com/apache/flink/pull/3722
  
Looks good, thanks.
Merging this...


> 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)


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

2017-04-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-5646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)