You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2017/06/01 16:37:02 UTC

[1/3] flink-web git commit: Edit 1.3 release notes

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 433cefa78 -> 66c6acd78


Edit 1.3 release notes


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

Branch: refs/heads/asf-site
Commit: 962190d4284bafbd4a927e9a9ee51cd1075ff8b3
Parents: 433cefa
Author: Greg Hogan <gr...@apache.org>
Authored: Thu Jun 1 12:30:32 2017 -0400
Committer: Greg Hogan <gr...@apache.org>
Committed: Thu Jun 1 12:30:32 2017 -0400

----------------------------------------------------------------------
 _posts/2017-06-01-release-1.3.0.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/962190d4/_posts/2017-06-01-release-1.3.0.md
----------------------------------------------------------------------
diff --git a/_posts/2017-06-01-release-1.3.0.md b/_posts/2017-06-01-release-1.3.0.md
index f192749..ff9af2c 100644
--- a/_posts/2017-06-01-release-1.3.0.md
+++ b/_posts/2017-06-01-release-1.3.0.md
@@ -106,15 +106,14 @@ Below are some of the main features of the revamped CEP library:
 
 # Gelly Library
 
-* PageRank algorithm for directed graphs 
-
 * Unified driver for running Gelly examples [FLINK-4949](https://issues.apache.org/jira/browse/FLINK-4949)).
 * PageRank algorithm for directed graphs ([FLINK-4896](https://issues.apache.org/jira/browse/FLINK-4896)).
 * Add Circulant and Echo graph generators ([FLINK-6393](https://issues.apache.org/jira/browse/FLINK-6393)).
 
+# Known Issues
 
 <div class="alert alert-warning">
-  There are two <strong>known issues</strong> in Flink 1.3.0. Both will be addressed in the next <i>1.3.1</i> release.
+  There are two <strong>known issues</strong> in Flink 1.3.0. Both will be addressed in the <i>1.3.1</i> release.
   <br>
   <ul>
   	<li><a href="https://issues.apache.org/jira/browse/FLINK-6783">FLINK-6783</a>: Wrongly extracted TypeInformations for <code>WindowedStream::aggregate</code></li>


[2/3] flink-web git commit: Force timezone to Central European Time

Posted by gr...@apache.org.
Force timezone to Central European Time


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

Branch: refs/heads/asf-site
Commit: ebb037a564001ca95f92c7c02c990b94f7e9f337
Parents: 962190d
Author: Greg Hogan <gr...@apache.org>
Authored: Thu Jun 1 12:35:23 2017 -0400
Committer: Greg Hogan <gr...@apache.org>
Committed: Thu Jun 1 12:35:23 2017 -0400

----------------------------------------------------------------------
 _config.yml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/ebb037a5/_config.yml
----------------------------------------------------------------------
diff --git a/_config.yml b/_config.yml
index 97bdc13..eac4e26 100644
--- a/_config.yml
+++ b/_config.yml
@@ -91,6 +91,8 @@ gems: [jekyll-paginate]
 
 host: 0.0.0.0
 
+timezone: CET
+
 # News Posts
 paginate: 10
 paginate_path: "blog/page:num"


[3/3] flink-web git commit: Rebuild site

Posted by gr...@apache.org.
Rebuild site


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

Branch: refs/heads/asf-site
Commit: 66c6acd78ec7074ed083db27e420e07a9b8b0268
Parents: ebb037a
Author: Greg Hogan <gr...@apache.org>
Authored: Thu Jun 1 12:36:11 2017 -0400
Committer: Greg Hogan <gr...@apache.org>
Committed: Thu Jun 1 12:36:11 2017 -0400

----------------------------------------------------------------------
 content/blog/feed.xml                      | 7 +++----
 content/news/2017/06/01/release-1.3.0.html | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/66c6acd7/content/blog/feed.xml
----------------------------------------------------------------------
diff --git a/content/blog/feed.xml b/content/blog/feed.xml
index bac3cce..5b72a8b 100644
--- a/content/blog/feed.xml
+++ b/content/blog/feed.xml
@@ -154,16 +154,15 @@
 &lt;h1 id=&quot;gelly-library&quot;&gt;Gelly Library&lt;/h1&gt;
 
 &lt;ul&gt;
-  &lt;li&gt;
-    &lt;p&gt;PageRank algorithm for directed graphs&lt;/p&gt;
-  &lt;/li&gt;
   &lt;li&gt;Unified driver for running Gelly examples &lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-4949&quot;&gt;FLINK-4949&lt;/a&gt;).&lt;/li&gt;
   &lt;li&gt;PageRank algorithm for directed graphs (&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-4896&quot;&gt;FLINK-4896&lt;/a&gt;).&lt;/li&gt;
   &lt;li&gt;Add Circulant and Echo graph generators (&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-6393&quot;&gt;FLINK-6393&lt;/a&gt;).&lt;/li&gt;
 &lt;/ul&gt;
 
+&lt;h1 id=&quot;known-issues&quot;&gt;Known Issues&lt;/h1&gt;
+
 &lt;div class=&quot;alert alert-warning&quot;&gt;
-  There are two &lt;strong&gt;known issues&lt;/strong&gt; in Flink 1.3.0. Both will be addressed in the next &lt;i&gt;1.3.1&lt;/i&gt; release.
+  There are two &lt;strong&gt;known issues&lt;/strong&gt; in Flink 1.3.0. Both will be addressed in the &lt;i&gt;1.3.1&lt;/i&gt; release.
   &lt;br /&gt;
   &lt;ul&gt;
   	&lt;li&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/FLINK-6783&quot;&gt;FLINK-6783&lt;/a&gt;: Wrongly extracted TypeInformations for &lt;code&gt;WindowedStream::aggregate&lt;/code&gt;&lt;/li&gt;

http://git-wip-us.apache.org/repos/asf/flink-web/blob/66c6acd7/content/news/2017/06/01/release-1.3.0.html
----------------------------------------------------------------------
diff --git a/content/news/2017/06/01/release-1.3.0.html b/content/news/2017/06/01/release-1.3.0.html
index 0c3cef4..7a5f9e2 100644
--- a/content/news/2017/06/01/release-1.3.0.html
+++ b/content/news/2017/06/01/release-1.3.0.html
@@ -287,16 +287,15 @@
 <h1 id="gelly-library">Gelly Library</h1>
 
 <ul>
-  <li>
-    <p>PageRank algorithm for directed graphs</p>
-  </li>
   <li>Unified driver for running Gelly examples <a href="https://issues.apache.org/jira/browse/FLINK-4949">FLINK-4949</a>).</li>
   <li>PageRank algorithm for directed graphs (<a href="https://issues.apache.org/jira/browse/FLINK-4896">FLINK-4896</a>).</li>
   <li>Add Circulant and Echo graph generators (<a href="https://issues.apache.org/jira/browse/FLINK-6393">FLINK-6393</a>).</li>
 </ul>
 
+<h1 id="known-issues">Known Issues</h1>
+
 <div class="alert alert-warning">
-  There are two <strong>known issues</strong> in Flink 1.3.0. Both will be addressed in the next <i>1.3.1</i> release.
+  There are two <strong>known issues</strong> in Flink 1.3.0. Both will be addressed in the <i>1.3.1</i> release.
   <br />
   <ul>
   	<li><a href="https://issues.apache.org/jira/browse/FLINK-6783">FLINK-6783</a>: Wrongly extracted TypeInformations for <code>WindowedStream::aggregate</code></li>