1996fanrui commented on PR #1839:
URL:
https://github.com/apache/incubator-streampark/pull/1839#issuecomment-1279192849
Hi @youyangkou , thanks for your contribution. Do you run job in standalone
or yarn?
I see the `submitRequest.savepointRestoreSettings` has been set to the
PackagedProgram. I will analyze why it doesn't work tomorrow.
```
val packageProgram = PackagedProgram
.newBuilder
.setSavepointRestoreSettings(submitRequest.savepointRestoreSettings)
.setJarFile(jarFile)
.setEntryPointClassName(flinkConfig.getOptional(ApplicationConfiguration.APPLICATION_MAIN_CLASS).get())
.setArguments(
flinkConfig
.getOptional(ApplicationConfiguration.APPLICATION_ARGS)
.orElse(Lists.newArrayList()): _*
).build()
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]