Last active
September 25, 2024 13:32
-
-
Save arkadius/f5a00c1075ad34976ae4d9d39869f8dd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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