Skip to content

Commit

Permalink
fixing copy&paste error in sparkctl Readme (kubeflow#696)
Browse files Browse the repository at this point in the history
fix copy&paste error & grammar
  • Loading branch information
cvaliente authored and liyinan926 committed Nov 18, 2019
1 parent 14b65a4 commit 29888bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparkctl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ $ sparkctl log <SparkApplication name> [-e <executor ID, e.g., 1>] [-f]

### Delete

`status` is a sub command of `sparkctl` for delete `SparkApplication` with the given name in the namespace specified by `--namespace`.
`delete` is a sub command of `sparkctl` for deleting a `SparkApplication` with the given name in the namespace specified by `--namespace`.

Usage:
```bash
Expand Down

0 comments on commit 29888bb

Please sign in to comment.