[
https://issues.apache.org/jira/browse/FLINK-6488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042060#comment-16042060
]
mingleizhang commented on FLINK-6488:
-------------------------------------
Hey, [~Zentol] Here is the sample code for this change in {{start-local.sh}}.
Check out and what do you think ? :)
{code}STREAMING_MODE=$1
echo "Warning: this file is deprecated and will be remove in the future | You
can call start-cluster.sh instead"
bin=`dirname "$0"`
bin=`cd "$bin"; pwd`{code}
> Remove 'start-local.sh' script
> ------------------------------
>
> 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.3.15#6346)