You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/09/15 14:51:20 UTC

[jira] [Commented] (FLINK-4622) CLI help message should include 'savepoint' action

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

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

GitHub user skidder opened a pull request:

    https://github.com/apache/flink/pull/2501

    [FLINK-4622] CLI help message should include 'savepoint' action

    The Flink CLI help message should include the 'savepoint' action in the list of available actions. It currently looks like:
    
    ```shell
    bash-4.3# flink foo
    "foo" is not a valid action.
    
    Valid actions are "run", "list", "info", "stop", or "cancel".
    
    Specify the version option (-v or --version) to print Flink version.
    
    Specify the help option (-h or --help) to get help on the command.
    ```
    
    This pull-request adds the `savepoint` action to the list of valid actions.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/skidder/flink flink-4622

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2501.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2501
    
----
commit a309fd4560ca5e08d05eb38fc377939aa87a5add
Author: Scott Kidder <sc...@mux.com>
Date:   2016-09-15T14:46:29Z

    [FLINK-4622] Include 'savepoint' in the CLI help message

----


> CLI help message should include 'savepoint' action
> --------------------------------------------------
>
>                 Key: FLINK-4622
>                 URL: https://issues.apache.org/jira/browse/FLINK-4622
>             Project: Flink
>          Issue Type: Bug
>          Components: Client
>    Affects Versions: 1.1.2
>            Reporter: Scott Kidder
>            Assignee: Scott Kidder
>            Priority: Trivial
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The Flink CLI help message should include the 'savepoint' action in the list of available actions. It currently looks like:
> {code}
> bash-4.3# flink foo
> "foo" is not a valid action.
> Valid actions are "run", "list", "info", "stop", or "cancel".
> Specify the version option (-v or --version) to print Flink version.
> Specify the help option (-h or --help) to get help on the command.
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)