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

2016-09-16 Thread ASF GitHub Bot (JIRA)

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

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

Github user asfgit closed the pull request at:

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


> 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
> Fix For: 1.2.0
>
>   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)


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

2016-09-16 Thread ASF GitHub Bot (JIRA)

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

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

Github user zentol commented on the issue:

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


> 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)


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

2016-09-15 Thread ASF GitHub Bot (JIRA)

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

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

Github user StephanEwen commented on the issue:

https://github.com/apache/flink/pull/2501
  
Thanks for the correction.

+1 to merge this!


> 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)


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

2016-09-15 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-4622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
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)