You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2017/05/05 08:44:50 UTC

[1/2] flink-web git commit: fix mis-spelling real-word to real-world.

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 6cc3ed960 -> 0ad8f45f2


fix mis-spelling real-word to real-world.


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

Branch: refs/heads/asf-site
Commit: eda6843b9bc62baa4d495b0b8df486b667612936
Parents: 6cc3ed9
Author: sunjincheng121 <su...@gmail.com>
Authored: Fri May 5 12:26:21 2017 +0800
Committer: sunjincheng121 <su...@gmail.com>
Committed: Fri May 5 12:26:21 2017 +0800

----------------------------------------------------------------------
 introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/eda6843b/introduction.md
----------------------------------------------------------------------
diff --git a/introduction.md b/introduction.md
index 9ff8235..62d10b2 100644
--- a/introduction.md
+++ b/introduction.md
@@ -14,7 +14,7 @@ Before we go into detail about Flink, let’s review at a higher level the _type
 + Unbounded: Infinite datasets that are appended to continuously
 + Bounded: Finite, unchanging datasets
 
-Many real-word data sets that are traditionally thought of as bounded or “batch” data are in reality unbounded datasets. This is true whether the data is stored in a sequence of directories on HDFS or in a log-based system like Apache Kafka.
+Many real-world data sets that are traditionally thought of as bounded or “batch” data are in reality unbounded datasets. This is true whether the data is stored in a sequence of directories on HDFS or in a log-based system like Apache Kafka.
 
 Examples of unbounded datasets include but are not limited to:
 


[2/2] flink-web git commit: Rebuild page This closes #57

Posted by rm...@apache.org.
Rebuild page
This closes #57


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

Branch: refs/heads/asf-site
Commit: 0ad8f45f2d195bfec9eacb30eb77e49f61a4df52
Parents: eda6843
Author: Robert Metzger <rm...@apache.org>
Authored: Fri May 5 10:44:33 2017 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Fri May 5 10:44:33 2017 +0200

----------------------------------------------------------------------
 content/introduction.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/0ad8f45f/content/introduction.html
----------------------------------------------------------------------
diff --git a/content/introduction.html b/content/introduction.html
index 32a4a34..d098264 100644
--- a/content/introduction.html
+++ b/content/introduction.html
@@ -168,7 +168,7 @@ Below is a high-level overview of Apache Flink and stream processing. For a more
   <li>Bounded: Finite, unchanging datasets</li>
 </ul>
 
-<p>Many real-word data sets that are traditionally thought of as bounded or “batch” data are in reality unbounded datasets. This is true whether the data is stored in a sequence of directories on HDFS or in a log-based system like Apache Kafka.</p>
+<p>Many real-world data sets that are traditionally thought of as bounded or “batch” data are in reality unbounded datasets. This is true whether the data is stored in a sequence of directories on HDFS or in a log-based system like Apache Kafka.</p>
 
 <p>Examples of unbounded datasets include but are not limited to:</p>