You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2019/05/09 11:52:23 UTC

[flink-web] branch asf-site updated (fa63dbb -> 3e13f6d)

This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from fa63dbb  Rebuild website
     new ef97981  Add a last update time to the roadmap.
     new 3e13f6d  Rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/roadmap.html    | 2 ++
 content/zh/roadmap.html | 2 ++
 roadmap.md              | 2 ++
 roadmap.zh.md           | 2 ++
 4 files changed, 8 insertions(+)


[flink-web] 01/02: Add a last update time to the roadmap.

Posted by fh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit ef979810bd64556a9e5e1220862fc4a612e63b2c
Author: 云邪 <wu...@alibaba-inc.com>
AuthorDate: Thu May 9 10:34:25 2019 +0800

    Add a last update time to the roadmap.
    
    This closes #210.
---
 roadmap.md    | 2 ++
 roadmap.zh.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/roadmap.md b/roadmap.md
index 803363a..488d08c 100644
--- a/roadmap.md
+++ b/roadmap.md
@@ -32,6 +32,8 @@ contributors an understanding where the project is going and what they can expec
 The roadmap is continuously updated. New features and efforts should be added to the roadmap once
 there is consensus that they will happen and what they will roughly look like for the user.
 
+**Last Update:** 2019-05-08
+
 # Analytics, Applications, an the roles of DataStream, DataSet, and Table API
 
 Flink views stream processing as a [unifying paradigm for data processing]({{ site.baseurl }}/flink-architecture.html)
diff --git a/roadmap.zh.md b/roadmap.zh.md
index b3a01ec..7c53bed 100644
--- a/roadmap.zh.md
+++ b/roadmap.zh.md
@@ -28,6 +28,8 @@ under the License.
 
 路线图会不断更新。一旦达成共识,新的特性和工作都会添加到路线图中。共识是指这些特性和工作将来确定会发生,以及对于用户来说大致是什么样的。
 
+**Last Update:** 2019-05-08
+
 # 分析与应用程序,DataStream、DataSet 和 Table API 的角色
 
 Flink将流处理视为[统一数据处理范式]({{site.baseurl}}/zh/flink-architecture.html)(批与实时)和事件驱动的应用程序。而 API 的不断演进正反映了这一点:


[flink-web] 02/02: Rebuild website

Posted by fh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 3e13f6d1d139c127cc0fc0eea9ed41157e71c6ba
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Thu May 9 13:51:45 2019 +0200

    Rebuild website
---
 content/roadmap.html    | 2 ++
 content/zh/roadmap.html | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/content/roadmap.html b/content/roadmap.html
index 7e450b4..9449b13 100644
--- a/content/roadmap.html
+++ b/content/roadmap.html
@@ -197,6 +197,8 @@ contributors an understanding where the project is going and what they can expec
 <p>The roadmap is continuously updated. New features and efforts should be added to the roadmap once
 there is consensus that they will happen and what they will roughly look like for the user.</p>
 
+<p><strong>Last Update:</strong> 2019-05-08</p>
+
 <h1 id="analytics-applications-an-the-roles-of-datastream-dataset-and-table-api">Analytics, Applications, an the roles of DataStream, DataSet, and Table API</h1>
 
 <p>Flink views stream processing as a <a href="/flink-architecture.html">unifying paradigm for data processing</a>
diff --git a/content/zh/roadmap.html b/content/zh/roadmap.html
index 182ac2b..5264337 100644
--- a/content/zh/roadmap.html
+++ b/content/zh/roadmap.html
@@ -191,6 +191,8 @@ under the License.
 
 <p>路线图会不断更新。一旦达成共识,新的特性和工作都会添加到路线图中。共识是指这些特性和工作将来确定会发生,以及对于用户来说大致是什么样的。</p>
 
+<p><strong>Last Update:</strong> 2019-05-08</p>
+
 <h1 id="datastreamdataset--table-api-">分析与应用程序,DataStream、DataSet 和 Table API 的角色</h1>
 
 <p>Flink将流处理视为<a href="/zh/flink-architecture.html">统一数据处理范式</a>(批与实时)和事件驱动的应用程序。而 API 的不断演进正反映了这一点:</p>