[
https://issues.apache.org/jira/browse/FLINK-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14363211#comment-14363211
]
ASF GitHub Bot commented on FLINK-1342:
---------------------------------------
GitHub user rmetzger opened a pull request:
https://github.com/apache/flink/pull/486
[FLINK-1342] Fix filtering of usercode from quickstart
With this change, we'll not just exclude everything from the
"org.apache.flink" groupid.
This has caused many troubles to users because it filtered out stuff from
the maven modules which aren't in "flink-dist" (hbase, streaming-connectors,
hadoop compat, gelly).
Also, if users use the "org.apache.flink" groupid in their quickstart, we
were filtering them out with the previous approach.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rmetzger/flink flink1342
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/486.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 #486
----
commit 123e0c2cc6da062c76f7dc3be76d32080458bbc0
Author: Robert Metzger <[email protected]>
Date: 2015-02-24T09:45:37Z
[FLINK-1414] Move quickstarts to website
commit 57967ee761b6b49fb9a776c67c379f87864d20be
Author: Robert Metzger <[email protected]>
Date: 2015-02-24T13:02:18Z
[FLINK-1342] Use maven-shade-plugin in quickstarts to build fat-jar
----
> Quickstart's assembly can possibly filter out user's code
> ---------------------------------------------------------
>
> Key: FLINK-1342
> URL: https://issues.apache.org/jira/browse/FLINK-1342
> Project: Flink
> Issue Type: Bug
> Affects Versions: 0.9
> Reporter: Márton Balassi
> Assignee: Robert Metzger
> Priority: Critical
> Fix For: 0.9, 0.8.2
>
>
> I've added a quick solution for [1] for the time being. The assembly still
> filters out everything from the org.apache.flink namespace, so any user code
> placed there will be missing from the fat jar.
> If we do not use filtering at all the size of the jar goes up to almost 100
> MB.
> [1] https://issues.apache.org/jira/browse/FLINK-1225
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)