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/10/27 18:28:37 UTC

[2/2] flink git commit: [FLINK-2927] [runtime] Provide default required configuration keys in flink-conf of binary distribution

[FLINK-2927] [runtime] Provide default required configuration keys in flink-conf of binary distribution

This closes #1303.


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

Branch: refs/heads/master
Commit: 3db531785c47c32ad1dc474e02418df5c4215ab9
Parents: 5cfd49e
Author: Ufuk Celebi <uc...@apache.org>
Authored: Tue Oct 27 17:40:03 2015 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Tue Oct 27 18:28:01 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/3db53178/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 5928d93..6f56e89 100644
--- a/flink-dist/src/main/resources/flink-conf.yaml
+++ b/flink-dist/src/main/resources/flink-conf.yaml
@@ -128,13 +128,18 @@ webclient.port: 8080
 
 
 #==============================================================================
-# High Availability
+# Master High Availability (required configuration)
 #==============================================================================
 
 # The list of ZooKepper quorum peers that coordinate the high-availability
-# setup. This must be a list of the form
-# "host_1[:peerPort[:leaderPort]],host_2[:peerPort[:leaderPort]],..."
+# setup. This must be a list of the form:
+# "host1:clientPort,host2[:clientPort],..." (default clientPort: 2181)
 #
 # recovery.mode: zookeeper
 #
-# recovery.zookeeper.quorum: localhost
+# recovery.zookeeper.quorum: localhost:2181,...
+#
+# Note: You need to set the state backend to 'filesystem' and the checkpoint
+# directory (see above) before configuring the storageDir.
+#
+# recovery.zookeeper.storageDir: hdfs:///recovery