You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/11/20 10:37:18 UTC

[1/2] flink-web git commit: add information about streaming Maven dependencies

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 4e2b23965 -> 0e401f755


add information about streaming Maven dependencies


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

Branch: refs/heads/asf-site
Commit: 31f3a04b7b538667c6620c7226359ebd6c7b7d66
Parents: 4e2b239
Author: Maximilian Michels <mx...@apache.org>
Authored: Fri Nov 20 10:33:24 2015 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Fri Nov 20 10:35:39 2015 +0100

----------------------------------------------------------------------
 downloads.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/31f3a04b/downloads.md
----------------------------------------------------------------------
diff --git a/downloads.md b/downloads.md
index 502aeab..6ef519f 100644
--- a/downloads.md
+++ b/downloads.md
@@ -90,6 +90,11 @@ You can add the following dependencies to your `pom.xml` to include Apache Flink
 </dependency>
 <dependency>
   <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java</artifactId>
+  <version>{{ site.FLINK_VERSION_STABLE }}</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
   <artifactId>flink-clients</artifactId>
   <version>{{ site.FLINK_VERSION_STABLE }}</version>
 </dependency>
@@ -98,7 +103,7 @@ You can add the following dependencies to your `pom.xml` to include Apache Flink
 These dependencies include a local execution environment and thus support local testing.
 
 - **Hadoop 1**: If you want to interact with Hadoop 1, use `{{ site.FLINK_VERSION_HADOOP_1_STABLE }}` as the version.
-- **Scala API**: To use the Scala API, replace the `flink-java` artifact id with `flink-scala`.
+- **Scala API**: To use the Scala API, replace the `flink-java` artifact id with `flink-scala` and `flink-streaming-java` with `flink-streaming-scala`.
 
 ## All releases
 


[2/2] flink-web git commit: rebuild website

Posted by mx...@apache.org.
rebuild website


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

Branch: refs/heads/asf-site
Commit: 0e401f755dd0f74c4214f5ce4a23893abea52324
Parents: 31f3a04
Author: Maximilian Michels <mx...@apache.org>
Authored: Fri Nov 20 10:36:21 2015 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Fri Nov 20 10:36:21 2015 +0100

----------------------------------------------------------------------
 content/downloads.html | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/0e401f75/content/downloads.html
----------------------------------------------------------------------
diff --git a/content/downloads.html b/content/downloads.html
index 5559b21..f6ab963 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -250,6 +250,11 @@ pick the Hadoop 1 version.</p>
 <span class="nt">&lt;/dependency&gt;</span>
 <span class="nt">&lt;dependency&gt;</span>
   <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
+  <span class="nt">&lt;artifactId&gt;</span>flink-streaming-java<span class="nt">&lt;/artifactId&gt;</span>
+  <span class="nt">&lt;version&gt;</span>0.10.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+<span class="nt">&lt;dependency&gt;</span>
+  <span class="nt">&lt;groupId&gt;</span>org.apache.flink<span class="nt">&lt;/groupId&gt;</span>
   <span class="nt">&lt;artifactId&gt;</span>flink-clients<span class="nt">&lt;/artifactId&gt;</span>
   <span class="nt">&lt;version&gt;</span>0.10.0<span class="nt">&lt;/version&gt;</span>
 <span class="nt">&lt;/dependency&gt;</span></code></pre></div>
@@ -258,7 +263,7 @@ pick the Hadoop 1 version.</p>
 
 <ul>
   <li><strong>Hadoop 1</strong>: If you want to interact with Hadoop 1, use <code>0.10.0-hadoop1</code> as the version.</li>
-  <li><strong>Scala API</strong>: To use the Scala API, replace the <code>flink-java</code> artifact id with <code>flink-scala</code>.</li>
+  <li><strong>Scala API</strong>: To use the Scala API, replace the <code>flink-java</code> artifact id with <code>flink-scala</code> and <code>flink-streaming-java</code> with <code>flink-streaming-scala</code>.</li>
 </ul>
 
 <h2 id="all-releases">All releases</h2>