Skip to content

WIP: Flink Session Mode#177

Draft
thodson-usgs wants to merge 2 commits into
pangeo-forge:mainfrom
thodson-usgs:session-deployment
Draft

WIP: Flink Session Mode#177
thodson-usgs wants to merge 2 commits into
pangeo-forge:mainfrom
thodson-usgs:session-deployment

Conversation

@thodson-usgs

Copy link
Copy Markdown

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
Copy Markdown
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