Skip to content

Attempt to fix Python Flink Example PostCommit - #24237

Closed
Abacn wants to merge 1 commit into
apache:masterfrom
Abacn:flinkexamplefix
Closed

Attempt to fix Python Flink Example PostCommit#24237
Abacn wants to merge 1 commit into
apache:masterfrom
Abacn:flinkexamplefix

Conversation

@Abacn

@AbacnAbacn commented Nov 17, 2022

Copy link
Copy Markdown
Contributor

follow up of #24159

  • Gradle switch was added in wrong place

Please add a meaningful description for your change here


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Choose reviewer(s) and mention them in a comment (R: @username).
  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI.

* Gradle switch was added in wrong place
@AbacnAbacn changed the title Attempt to fix Python Flik Example PostCommitAttempt to fix Python Flink Example PostCommitNov 17, 2022
@Abacn

Copy link
Copy Markdown
ContributorAuthor

Run Python Examples_Flink

@Abacn

Copy link
Copy Markdown
ContributorAuthor

It is not working because this option does not get exposed to java:

WARNING apache_beam.options.pipeline_options:pipeline_options.py:351 Discarding unparseable args: ['--flink-conf-dir=/home/jenkins/jenkins-slave/workspace/beam_SeedJob_Standalone/src/runners/flink/src/test/resources']

@AbacnAbacn closed this Nov 17, 2022
@Abacn
Abacn deleted the flinkexamplefix branch November 17, 2022 22:49
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Abacn