You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GJL <gi...@git.apache.org> on 2018/02/05 14:50:51 UTC

[GitHub] flink issue #5334: [FLINK-8471] [flip6] Introduce configuration switch for F...

Github user GJL commented on the issue:

    https://github.com/apache/flink/pull/5334
  
    I have a usability concern.
    It's possible to run
    ```
    FLINK_MODE=flip6 bin/start-cluster.sh
    ```
    This will start a cluster in flilp6 mode.
    
    However,
    ```
    FLINK_MODE=flip6 bin/flink list
    ```
    won't work.
    
    If the first way is not intended, then it doesn't matter.


---