You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/07/01 10:06:46 UTC

[13/16] flink git commit: [FLINK-6908] Remove batch/streaming arg from start-cluster.sh

[FLINK-6908] Remove batch/streaming arg from start-cluster.sh

This closes #4197.


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

Branch: refs/heads/master
Commit: 90a640748f04edfcca0b25b56df4099c0852b7c6
Parents: 3956269
Author: zentol <ch...@apache.org>
Authored: Tue Jun 27 15:55:16 2017 +0200
Committer: zentol <ch...@apache.org>
Committed: Sat Jul 1 10:04:06 2017 +0200

----------------------------------------------------------------------
 flink-dist/src/main/flink-bin/bin/start-cluster.sh | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/90a64074/flink-dist/src/main/flink-bin/bin/start-cluster.sh
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/flink-bin/bin/start-cluster.sh b/flink-dist/src/main/flink-bin/bin/start-cluster.sh
index 5d2f92b..b660f6b 100755
--- a/flink-dist/src/main/flink-bin/bin/start-cluster.sh
+++ b/flink-dist/src/main/flink-bin/bin/start-cluster.sh
@@ -17,11 +17,6 @@
 # limitations under the License.
 ################################################################################
 
-# Start a Flink cluster in batch or streaming mode
-USAGE="Usage: start-cluster.sh [batch|streaming]"
-
-STREAMING_MODE=$1
-
 bin=`dirname "$0"`
 bin=`cd "$bin"; pwd`