[
https://issues.apache.org/jira/browse/FLINK-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14585257#comment-14585257
]
ASF GitHub Bot commented on FLINK-2209:
---------------------------------------
GitHub user mbalassi opened a pull request:
https://github.com/apache/flink/pull/835
[FLINK-2209] Document linking with jars not in the binary dist
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mbalassi/flink flink-2209
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/835.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 #835
----
commit 5abcb8b90da9e20f1ca0b4da7fd7f139435c3e10
Author: mbalassi <[email protected]>
Date: 2015-06-14T20:21:43Z
[FLINK-2209] [docs] Document linking with jars not in the binary dist
commit c8d526da18ca0a882d9eb37ad9282c1152effb06
Author: mbalassi <[email protected]>
Date: 2015-06-14T20:24:52Z
[docs] Update obsolate cluster execution guide
----
> Document how to use TableAPI, Gelly and FlinkML, StreamingConnectors on a
> cluster
> ---------------------------------------------------------------------------------
>
> Key: FLINK-2209
> URL: https://issues.apache.org/jira/browse/FLINK-2209
> Project: Flink
> Issue Type: Improvement
> Reporter: Till Rohrmann
> Assignee: Márton Balassi
>
> Currently the TableAPI, Gelly, FlinkML and StreamingConnectors are not part
> of the Flink dist module. Therefore they are not included in the binary
> distribution. As a consequence, if you want to use one of these libraries the
> corresponding jar and all their dependencies have to be either manually put
> on the cluster or the user has to include them in the user code jar.
> Usually a fat jar is built if the one uses the quickstart archetypes. However
> if one sets the project manually up this ist not necessarily the case.
> Therefore, it should be well documented how to run programs using one of
> these libraries.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)