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

Florian Schmidt commented on FLINK-8985:
----------------------------------------

Hey,

I was playing around with the CLI a little bit as well and I made the following 
checklist for all commands that the CLI currently supports (according to 
--help). Do you think we could use this? Maybe we should even split this up 
into multiple subtasks, I guess some of them might be significantly easier to 
verify than others?


{noformat}
# bin/flink run
## "run" action options

- [ ] -c
- [ ] --class
- [ ] -C
- [ ] --classpath
- [ ] -d
- [ ] --detached
- [ ] -n
- [ ] --allowNonRestoredState
- [ ] -p
- [ ] --parallelism
- [ ] -q
- [ ] --sysoutLogging
- [ ] -s
- [ ] --fromSavepoint


## options for yarn cluster mode
- [ ] -d
- [ ] --detached
- [ ] -m
- [ ] --jobmanager
- [ ] -yD
- [ ] -yd
- [ ] --yarndetached
- [ ] -yh
- [ ] --yarnhelp
- [ ] -yid
- [ ] --yarnapplicationId
- [ ] -yj
- [ ] --yarnjar
- [ ] -yjm
- [ ] --yarnjobManagerMemory
- [ ] -yn
- [ ] --yarncontainer
- [ ] -ynl
- [ ] --yarnnodeLabel
- [ ] -ynm
- [ ] --yarnname
- [ ] -yq
- [ ] --yarnquery
- [ ] -yqu
- [ ] --yarnqueue
- [ ] -ys
- [ ] --yarnslots
- [ ] -yst
- [ ] --yarnstreaming
- [ ] -yt
- [ ] --yarnship
- [ ] -ytm
- [ ] --yarntaskManagerMemory
- [ ] -yz
- [ ] --yarnzookeeperNamespace
- [ ] -z
- [ ] --zookeeperNamespace

## options for default mode
- [ ] -m
- [ ] --jobmanager
- [ ] -z
- [ ] --zookeeperNamespace

# bin/flink info
- [ ] -c
- [ ] --class
- [ ] -p
- [ ] --parallelism

# bin/flink list
- [ ] -r
- [ ] --running
- [ ] -s
- [ ] --scheduled

## options for yarn cluster mode
- [ ] -m
- [ ] --jobmanager
- [ ] -yid
- [ ] --yarnapplicationId
- [ ] -z
- [ ] --zookeeperNamespace

## options for default mode
- [ ] -m
- [ ] --jobmanager
- [ ] -z
- [ ] --zookeeperNamespace

# bin/flink stop
## options for yarn cluster mode
- [ ] -m
- [ ] --jobmanager
- [ ] -yid
- [ ] --yarnapplicationId
- [ ] -z
- [ ] --zookeeperNamespace

## options for default mode
- [ ] -m
- [ ] --jobmanager
- [ ] -z
- [ ] --zookeeperNamespace

# bin/flink cancel
- [ ] -s
- [ ] --withSavepoint

## options for yarn cluster mode
- [ ] -m
- [ ] --jobmanager
- [ ] -yid
- [ ] --yarnapplicationId
- [ ] -z
- [ ] --zookeeperNamespace

## options for default mode
- [ ] -m
- [ ] --jobmanager
- [ ] -z
- [ ] --zookeeperNamespace

# bin/flink savepoint
- [ ] -d
- [ ] --dispose
- [ ] -j
- [ ] --jarfile
 
 ## options for yarn cluster mode
- [ ] -m
- [ ] --jobmanager
- [ ] -yid
- [ ] --yarnapplicationId
- [ ] -z
- [ ] --zookeeperNamespace
- [ ] sub-paths

## options for default mode
- [ ] -m
- [ ] --jobmanager
- [ ] -z
- [ ] --zookeeperNamespace

# bin/flink help
- [ ] -h
- [ ] --help
- [ ] -p
- [ ] --parallelism
- [ ] -v
- [ ] --verbose

## options for yarn cluster mode
- [ ] -m
- [ ] --jobmanager
- [ ] -yid
- [ ] --yarnapplicationId
- [ ] -z
- [ ] --zookeeperNamespace
- [ ] sub-paths

## options for default mode
- [ ] -m
- [ ] --jobmanager
- [ ] -z
- [ ] --zookeeperNamespace
{noformat}

> End-to-end test: CLI
> --------------------
>
>                 Key: FLINK-8985
>                 URL: https://issues.apache.org/jira/browse/FLINK-8985
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Client, Tests
>    Affects Versions: 1.5.0
>            Reporter: Till Rohrmann
>            Assignee: Rong Rong
>            Priority: Major
>
> We should an end-to-end test which verifies that all client commands are 
> working correctly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to