[
https://issues.apache.org/jira/browse/BEAM-3051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16202910#comment-16202910
]
ASF GitHub Bot commented on BEAM-3051:
--------------------------------------
GitHub user tgroh opened a pull request:
https://github.com/apache/beam/pull/3989
[BEAM-3051] Remove "beta" from the Cancel Command Prefix
Follow this checklist to help us incorporate your contribution quickly and
easily:
- [ ] Make sure there is a [JIRA
issue](https://issues.apache.org/jira/projects/BEAM/issues/) filed for the
change (usually before you start working on it). Trivial changes like typos do
not require a JIRA issue. Your pull request should address just this issue,
without pulling in other changes.
- [ ] Each commit in the pull request should have a meaningful subject
line and body.
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue.
- [ ] Write a pull request description that is detailed enough to
understand what the pull request does, how, and why.
- [ ] Run `mvn clean verify` to make sure basic checks pass. A more
thorough check will be performed on your pull request automatically.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
---
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tgroh/beam rm_gcloud_beta
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/beam/pull/3989.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 #3989
----
commit e8fa1eeb1cfd02c273a0dcbdbea693ed026f0e4d
Author: Thomas Groh <[email protected]>
Date: 2017-10-13T00:06:43Z
Remove "beta" from the Cancel Command Prefix
----
> no beta on gcloud
> -----------------
>
> Key: BEAM-3051
> URL: https://issues.apache.org/jira/browse/BEAM-3051
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Affects Versions: 2.1.0
> Reporter: Elliotte Rusty Harold
> Assignee: Thomas Groh
> Priority: Minor
>
> This message is showing up in my console:
> INFO: To cancel the job using the 'gcloud' tool, run:
> > gcloud beta dataflow jobs --project=dataflowproject-169218 cancel
> > 2017-10-12_13_56_47-17384984791171037732
> This message is incorrect and does not work. The correct command is
> gcloud dataflow jobs --project=dataflowproject-169218 cancel
> 2017-10-12_13_56_47-17384984791171037732
> I.e. you need to remove the beta from the gcloud dataflow command.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)