You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2017/06/13 08:49:53 UTC

[GitHub] flink pull request #4074: [FLINK-6488] [scripts] Mark deprecated 'start-loca...

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/4074#discussion_r121618430
  
    --- Diff: flink-dist/src/main/flink-bin/bin/start-local.sh ---
    @@ -19,10 +19,12 @@
     
     STREAMING_MODE=$1
     
    +echo "Warning: this file is deprecated and will be remove in the future"
    +
     bin=`dirname "$0"`
     bin=`cd "$bin"; pwd`
     
     . "$bin"/config.sh
     
     # local mode, only bring up job manager. The job manager will start an internal task manager
    --- End diff --
    
    comment can be removed


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---