Repository: flink
Updated Branches:
  refs/heads/master 31e97e57c -> dc574f849


[hotfix] Fix some typos in flink-conf.yaml comments.


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

Branch: refs/heads/master
Commit: dc574f849110365d967f442afc285b586ef0d5d4
Parents: 31e97e5
Author: Stephan Ewen <se...@apache.org>
Authored: Thu Feb 1 14:06:44 2018 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Thu Feb 1 14:06:44 2018 +0100

----------------------------------------------------------------------
 flink-dist/src/main/resources/flink-conf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/dc574f84/flink-dist/src/main/resources/flink-conf.yaml
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/resources/flink-conf.yaml 
b/flink-dist/src/main/resources/flink-conf.yaml
index 48db5e5..753f303 100644
--- a/flink-dist/src/main/resources/flink-conf.yaml
+++ b/flink-dist/src/main/resources/flink-conf.yaml
@@ -72,7 +72,7 @@ parallelism.default: 1
 #
 # high-availability: zookeeper
 
-# The path where metadata for master recovery is persisted. While ZooKeeper 
stored
+# The path where metadata for master recovery is persisted. While ZooKeeper 
stores
 # the small ground truth for checkpoint and leader election, this location 
stores
 # the larger objects, like persisted dataflow graphs.
 # 
@@ -162,7 +162,7 @@ web.port: 8081
 # Specify whether TaskManager's managed memory should be allocated when 
starting
 # up (true) or when memory is requested.
 #
-# We recomment to set this value to 'true' only in setups for pure batch
+# We recommend to set this value to 'true' only in setups for pure batch
 # processing (DataSet API). Streaming setups currently do not use the 
TaskManager's
 # managed memory: The 'rocksdb' state backend uses RocksDB's own memory 
management,
 # while the 'memory' and 'filesystem' backends explicitly keep data as objects

Reply via email to