Return-Path: X-Original-To: apmail-flink-commits-archive@minotaur.apache.org Delivered-To: apmail-flink-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D66A917551 for ; Wed, 9 Dec 2015 14:48:53 +0000 (UTC) Received: (qmail 61127 invoked by uid 500); 9 Dec 2015 14:48:53 -0000 Delivered-To: apmail-flink-commits-archive@flink.apache.org Received: (qmail 61084 invoked by uid 500); 9 Dec 2015 14:48:53 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 61066 invoked by uid 99); 9 Dec 2015 14:48:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Dec 2015 14:48:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 58289E00AB; Wed, 9 Dec 2015 14:48:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mxm@apache.org To: commits@flink.apache.org Date: Wed, 09 Dec 2015 14:48:53 -0000 Message-Id: <3d2936af6b6f42a3886738c1c54eea1b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/3] flink git commit: [FLINK-3145][storm] pin Kryo version of transitive dependencies Repository: flink Updated Branches: refs/heads/master 4f12356eb -> b2aa1d9e3 [FLINK-3145][storm] pin Kryo version of transitive dependencies This closes #1441. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b2aa1d9e Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b2aa1d9e Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b2aa1d9e Branch: refs/heads/master Commit: b2aa1d9e3741c77230d300d6c777d3eabe98d0ac Parents: e28b62e Author: Maximilian Michels Authored: Tue Dec 8 18:51:31 2015 +0100 Committer: Maximilian Michels Committed: Wed Dec 9 15:48:30 2015 +0100 ---------------------------------------------------------------------- docs/apis/storm_compatibility.md | 2 ++ flink-contrib/flink-storm/pom.xml | 7 +++++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/b2aa1d9e/docs/apis/storm_compatibility.md ---------------------------------------------------------------------- diff --git a/docs/apis/storm_compatibility.md b/docs/apis/storm_compatibility.md index fe6bf35..ccc7d78 100644 --- a/docs/apis/storm_compatibility.md +++ b/docs/apis/storm_compatibility.md @@ -49,6 +49,8 @@ Add the following dependency to your `pom.xml` if you want to execute Storm code ~~~ +**Please note**: Do not add `storm-core` as a dependency. It is already included via `flink-storm`. + **Please note**: `flink-storm` is not part of the provided binary Flink distribution. Thus, you need to include `flink-storm` classes (and their dependencies) in your program jar that is submitted to Flink's JobManager. See *WordCount Storm* within `flink-storm-examples/pom.xml` for an example how to package a jar correctly. http://git-wip-us.apache.org/repos/asf/flink/blob/b2aa1d9e/flink-contrib/flink-storm/pom.xml ---------------------------------------------------------------------- diff --git a/flink-contrib/flink-storm/pom.xml b/flink-contrib/flink-storm/pom.xml index 072ee75..5695ca5 100644 --- a/flink-contrib/flink-storm/pom.xml +++ b/flink-contrib/flink-storm/pom.xml @@ -36,6 +36,13 @@ under the License. + + com.esotericsoftware.kryo + kryo + + + org.apache.flink flink-streaming-java ${project.version}