You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/06/27 13:21:23 UTC

git commit: Removed redundant config constants value.

Repository: incubator-flink
Updated Branches:
  refs/heads/master 3f87fc9f1 -> f4d522b7b


Removed redundant config constants value.


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

Branch: refs/heads/master
Commit: f4d522b7b3a097a8da261afb71adebbb737db788
Parents: 3f87fc9
Author: Stephan Ewen <se...@apache.org>
Authored: Fri Jun 27 13:15:26 2014 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Fri Jun 27 13:19:15 2014 +0200

----------------------------------------------------------------------
 .../java/eu/stratosphere/configuration/ConfigConstants.java    | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/f4d522b7/stratosphere-core/src/main/java/eu/stratosphere/configuration/ConfigConstants.java
----------------------------------------------------------------------
diff --git a/stratosphere-core/src/main/java/eu/stratosphere/configuration/ConfigConstants.java b/stratosphere-core/src/main/java/eu/stratosphere/configuration/ConfigConstants.java
index b4699b3..7f7e0d7 100644
--- a/stratosphere-core/src/main/java/eu/stratosphere/configuration/ConfigConstants.java
+++ b/stratosphere-core/src/main/java/eu/stratosphere/configuration/ConfigConstants.java
@@ -156,12 +156,6 @@ public final class ConfigConstants {
 	public static final String FS_STREAM_OPENING_TIMEOUT_KEY = "taskmanager.runtime.fs_timeout";
 	
 	/**
-	 * The config parameter defining whether to use the special multicast logic
-	 * for broadcasts. Use with caution! The multicast logic is experimental at this point.
-	 */
-	public static final String USE_MULTICAST_FOR_BROADCAST = "taskmanager.runtime.multicast-for-broadcast";
-	
-	/**
 	 * The parameter defining the polling interval (in seconds) for the JobClient.
 	 */
 	public static final String JOBCLIENT_POLLING_INTERVAL_KEY = "jobclient.polling.interval";