Skip to content

Instantly share code, notes, and snippets.

@arkadius
Last active September 25, 2024 13:32
Show Gist options
  • Save arkadius/f5a00c1075ad34976ae4d9d39869f8dd to your computer and use it in GitHub Desktop.
Save arkadius/f5a00c1075ad34976ae4d9d39869f8dd to your computer and use it in GitHub Desktop.
batch {
deploymentConfig: {
type: "flinkStreaming"
restUrl: ${FLINK_REST_URL}
}
modelConfig: {
classPath: [
"model/defaultModel.jar", "components/flink/flinkBase.jar", "components/flink-table/",
"model/flinkExecutor.jar", "flink-dropwizard-metrics-deps/", "components/flink/extra/"
]
executionMode: "batch"
components.flinkTable {
tableDefinitionFilePath: ${TABLES_DEFINITION_FILE}
}
}
category: "Default"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment