Skip to content
Snippets Groups Projects
Commit 9c9fe55d authored by Sören Henning's avatar Sören Henning
Browse files

Merge branch 'fix-flink-job-classname' into 'master'

Fix classpath in jobmanager-deployment for uc3-flink and uc4-flink

See merge request !260
parents 0bfa08bd b2e96879
No related branches found
No related tags found
1 merge request!260Fix classpath in jobmanager-deployment for uc3-flink and uc4-flink
Pipeline #7285 passed
......@@ -46,7 +46,7 @@ spec:
limits:
memory: 4Gi
cpu: 1000m
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc3.flinks.uc3.flink.HistoryServiceFlinkJob"] # optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc3.flink.HistoryServiceFlinkJob"] # optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
#command: ['sleep', '60m']
ports:
- containerPort: 6123
......
......@@ -46,7 +46,7 @@ spec:
limits:
memory: 4Gi
cpu: 1000m
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc4.flinks.uc4.flink.AggregationServiceFlinkJob"] # optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc4.flink.AggregationServiceFlinkJob"] # optional arguments: ["--job-id", "<job id>", "--fromSavepoint", "/path/to/savepoint", "--allowNonRestoredState"]
#command: ['sleep', '60m']
ports:
- containerPort: 6123
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment