[ 
https://issues.apache.org/jira/browse/FLINK-6489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371141#comment-16371141
 ] 

ASF GitHub Bot commented on FLINK-6489:
---------------------------------------

Github user zentol commented on the issue:

    https://github.com/apache/flink/pull/5528
  
    There's still a reference to `start-local.sh` in `common.sh`:
    ```
    function start_cluster {
      if [[ "$CLUSTER_MODE" == "local" ]]; then
        $FLINK_DIR/bin/start-local.sh
      elif [[ "$CLUSTER_MODE" == "cluster" ]]; then
        $FLINK_DIR/bin/start-cluster.sh
      else
        echo "Unrecognized cluster mode: $CLUSTER_MODE"
        exit
      fi
    ```


> Rework 'start-local.bat' to 'start-local-cluster.bat'
> -----------------------------------------------------
>
>                 Key: FLINK-6489
>                 URL: https://issues.apache.org/jira/browse/FLINK-6489
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Startup Shell Scripts
>            Reporter: Stephan Ewen
>            Assignee: Stephan Ewen
>            Priority: Major
>
> To get rid of the JobManager local mode, we need to make sure that the 
> {{start-local.bat}} script for windows also starts a separate JobManager and 
> TaskManager process, rather than only the JobManager (and relying on that one 
> to spawn a TaskManager)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to