[FLINK-2467] Example WordCountStorm.jar is not packaged correctly - fixed assembly xml file
This closes #974 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0aa6f0cb Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0aa6f0cb Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0aa6f0cb Branch: refs/heads/master Commit: 0aa6f0cb7b3510e0e9aa938411b6db77f7f7505e Parents: 100e8c5 Author: mjsax <mj...@informatik.hu-berlin.de> Authored: Mon Aug 3 15:51:46 2015 +0200 Committer: Fabian Hueske <fhue...@apache.org> Committed: Wed Aug 5 14:46:35 2015 +0200 ---------------------------------------------------------------------- .../src/assembly/word-count-storm.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/0aa6f0cb/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/assembly/word-count-storm.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/assembly/word-count-storm.xml b/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/assembly/word-count-storm.xml index 9721115..96ac429 100644 --- a/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/assembly/word-count-storm.xml +++ b/flink-contrib/flink-storm-compatibility/flink-storm-compatibility-examples/src/assembly/word-count-storm.xml @@ -34,9 +34,9 @@ under the License. <outputDirectory>/</outputDirectory> <unpack>true</unpack> <includes> - <!-- need to be added explicitly to get 'defaults.yaml' --> <include>org.apache.storm:storm-core:jar</include> - <include>org.apache.flink:flink-storm-examples:jar</include> + <include>org.apache.flink:flink-storm-compatibility-core:jar</include> + <include>org.apache.flink:flink-storm-compatibility-examples:jar</include> </includes> <unpackOptions> <includes> @@ -60,10 +60,10 @@ under the License. <include>org/apache/flink/stormcompatibility/api/*.class</include> <include>org/apache/flink/stormcompatibility/wrappers/*.class</include> <!-- Word Count --> - <include>org/apache/flink/stormcompatibility/wordcount/StormWordCountRemoteBySubmitter.class - </include> + <include>org/apache/flink/stormcompatibility/wordcount/StormWordCountRemoteBySubmitter.class</include> <include>org/apache/flink/stormcompatibility/wordcount/WordCountTopology.class</include> <include>org/apache/flink/stormcompatibility/wordcount/stormoperators/*.class</include> + <include>org/apache/flink/stormcompatibility/util/*.class</include> <include>org/apache/flink/examples/java/wordcount/util/WordCountData.class</include> </includes> </unpackOptions>