Repository: flink
Updated Branches:
  refs/heads/master 27232fe32 -> 6a883776d


[hotfix][kinesis] Fix build instructions


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6a883776
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6a883776
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6a883776

Branch: refs/heads/master
Commit: 6a883776da244a7dcc37ee5c24c5705cc4f55a4d
Parents: 27232fe
Author: Robert Metzger <rmetz...@apache.org>
Authored: Mon Aug 8 12:19:03 2016 +0200
Committer: Robert Metzger <rmetz...@apache.org>
Committed: Mon Aug 8 12:19:03 2016 +0200

----------------------------------------------------------------------
 docs/apis/streaming/connectors/kinesis.md | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6a883776/docs/apis/streaming/connectors/kinesis.md
----------------------------------------------------------------------
diff --git a/docs/apis/streaming/connectors/kinesis.md 
b/docs/apis/streaming/connectors/kinesis.md
index e4ded62..63683e4 100644
--- a/docs/apis/streaming/connectors/kinesis.md
+++ b/docs/apis/streaming/connectors/kinesis.md
@@ -47,6 +47,9 @@ Flink releases because of the licensing issue. Therefore, you 
need to build the
 Download the Flink source or check it out from the git repository. Then, use 
the following Maven command to build the module:
 {% highlight bash %}
 mvn clean install -Pinclude-kinesis -DskipTests
+# In Maven 3.3 the shading of flink-dist doesn't work properly in one run, so 
we need to run mvn for flink-dist again. 
+cd flink-dist
+mvn clean install -Pinclude-kinesis -DskipTests
 {% endhighlight %}
 
 

Reply via email to