flink git commit: [hotfix][kinesis] Fix build instructions

2016-08-08 Thread rmetzger
Repository: flink
Updated Branches:
  refs/heads/release-1.1 e4f62d3b3 -> b054da46e


[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/b054da46
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b054da46
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b054da46

Branch: refs/heads/release-1.1
Commit: b054da46ea00e958b1c055f6e4f8b5dd51d3a390
Parents: e4f62d3
Author: Robert Metzger 
Authored: Mon Aug 8 12:19:03 2016 +0200
Committer: Robert Metzger 
Committed: Mon Aug 8 12:23:51 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/flink/blob/b054da46/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 %}
 
 



flink git commit: [hotfix][kinesis] Fix build instructions

2016-08-08 Thread rmetzger
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 
Authored: Mon Aug 8 12:19:03 2016 +0200
Committer: Robert Metzger 
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 %}