[ https://issues.apache.org/jira/browse/FLINK-6488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16055447#comment-16055447 ]
ASF GitHub Bot commented on FLINK-6488: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/4074#discussion_r122926445 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -472,7 +472,7 @@ class JobManager( taskManagerGateway match { case x: ActorTaskManagerGateway => handleTaskManagerTerminated(x.getActorGateway().actor(), instance.getId) - case _ => log.debug(s"Cannot remove reosurce ${resourceID}, because there is " + + case _ => log.debug(s"Cannot remove resource ${resourceID}, because there is " + --- End diff -- Can you move this change into a separate commit? > Mark deprecated for 'start-local.sh' and 'stop-local' scripts > ------------------------------------------------------------- > > Key: FLINK-6488 > URL: https://issues.apache.org/jira/browse/FLINK-6488 > Project: Flink > Issue Type: Sub-task > Components: Startup Shell Scripts > Reporter: Stephan Ewen > Assignee: mingleizhang > > The {{start-cluster.sh}} scripts work locally now, without needing SSH setup. > We can remove {{start-local.sh}} without any loss of functionality. -- This message was sent by Atlassian JIRA (v6.4.14#64029)