Repository: flink
Updated Branches:
  refs/heads/master 996ad4e5b -> 010265b64


[script] Simple fix of typo from JobManager to TaskManager in taskmanager.sh 
file

Very simple fix for typo on comment in the task manager.sh file.

>From `JobManager` to `TaskManager`.

Author: Henry Saputra <hsapu...@apache.org>

Closes #2001 from hsaputra/simple_text_fix_taskmanager and squashes the 
following commits:

861cbb4 [Henry Saputra] Simple fix of typo from JobManager to TaskManager in 
taskmanager.sh file.


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

Branch: refs/heads/master
Commit: 010265b6424f9f647a809613107fcad629da685e
Parents: 996ad4e
Author: Henry Saputra <hsapu...@apache.org>
Authored: Thu May 19 13:30:09 2016 -0700
Committer: Henry Saputra <hsapu...@apache.org>
Committed: Thu May 19 13:30:09 2016 -0700

----------------------------------------------------------------------
 flink-dist/src/main/flink-bin/bin/taskmanager.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/010265b6/flink-dist/src/main/flink-bin/bin/taskmanager.sh
----------------------------------------------------------------------
diff --git a/flink-dist/src/main/flink-bin/bin/taskmanager.sh 
b/flink-dist/src/main/flink-bin/bin/taskmanager.sh
index 87860e8..14adcaf 100755
--- a/flink-dist/src/main/flink-bin/bin/taskmanager.sh
+++ b/flink-dist/src/main/flink-bin/bin/taskmanager.sh
@@ -17,7 +17,7 @@
 # limitations under the License.
 
################################################################################
 
-# Start/stop a Flink JobManager.
+# Start/stop a Flink TaskManager.
 USAGE="Usage: taskmanager.sh (start|stop|stop-all)"
 
 STARTSTOP=$1

Reply via email to