Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BEAM-9031] Fixes wrong Python example in Flink runner documentation #10465

Merged
merged 1 commit into from Dec 31, 2019
Merged

[BEAM-9031] Fixes wrong Python example in Flink runner documentation #10465

merged 1 commit into from Dec 31, 2019

Conversation

ozturkberkay
Copy link
Contributor

@ozturkberkay ozturkberkay commented Dec 26, 2019

Current example throws: TypeError: Runner PipelineOptions() is not a PipelineRunner object or the name of a registered runner since the Pipeline implementation is as follows:

class Pipeline(object):
  def __init__(self, runner=None, options=None, argv=None):
    """Initialize a pipeline object.

RE: @ibzib


Lang SDK Apex Dataflow Flink Gearpump Samza Spark
Go Build Status --- --- Build Status --- --- Build Status
Java Build Status Build Status Build Status Build Status
Build Status
Build Status
Build Status Build Status Build Status
Build Status
Build Status
Python Build Status
Build Status
Build Status
Build Status
--- Build Status
Build Status
Build Status
Build Status
--- --- Build Status
XLang --- --- --- Build Status --- --- ---

Pre-Commit Tests Status (on master branch)

--- Java Python Go Website
Non-portable Build Status Build Status
Build Status
Build Status Build Status
Portable --- Build Status --- ---

See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.

Current example throws: `TypeError: Runner PipelineOptions() is not a PipelineRunner object or the name of a registered runner`
Copy link
Member

@iemejia iemejia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @ozturkberkay

@iemejia iemejia merged commit 8ad5788 into apache:master Dec 31, 2019
simi added a commit to simi/beam that referenced this pull request Jul 1, 2023
Abacn pushed a commit that referenced this pull request Jul 6, 2023
andreydevyatkin pushed a commit to akvelon/beam that referenced this pull request Jul 7, 2023
aleksandr-dudko pushed a commit to aleksandr-dudko/beam that referenced this pull request Jul 10, 2023
aleksandr-dudko pushed a commit to aleksandr-dudko/beam that referenced this pull request Jul 17, 2023
bullet03 pushed a commit to akvelon/beam that referenced this pull request Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants