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

WIP: Flink Session Mode #177

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thodson-usgs
Copy link

This PR would add a Bakery class for Flink's session mode, which could potentially allow a much more Dataflow-like user experience. But that's still a ways off...

pangeo-forge/pangeo-forge-cloud-federation#22

@thodson-usgs thodson-usgs marked this pull request as draft February 26, 2024 22:37
@thodson-usgs
Copy link
Author

Session mode jobs are currently failing with:

Caused by: org.apache.flink.client.program.ProgramInvocationException: Neither a 'Main-Class', nor a 'program-class' entry was found in the jar file.
	at org.apache.flink.client.program.PackagedProgram.getEntryPointClassNameFromJar(PackagedProgram.java:437) ~[flink-dist-1.16.3.jar:1.16.3]
	at org.apache.flink.client.program.PackagedProgram.<init>(PackagedProgram.java:158) ~[flink-dist-1.16.3.jar:1.16.3]
	at org.apache.flink.client.program.PackagedProgram.<init>(PackagedProgram.java:65) ~[flink-dist-1.16.3.jar:1.16.3]
	at org.apache.flink.client.program.PackagedProgram$Builder.build(PackagedProgram.java:691) ~[flink-dist-1.16.3.jar:1.16.3]
	at org.apache.flink.runtime.webmonitor.handlers.utils.JarHandlerUtils$JarHandlerContext.toPackagedProgram(JarHandlerUtils.java:182) ~[flink-dist-1.16.3.jar:1.16.3]
	... 50 more

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.

1 participant