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

Update package name reference from Compose files

parent 86aff281
No related branches found
No related tags found
1 merge request!249Align package structure among all benchmark implementations
Pipeline #6778 failed
......@@ -53,7 +53,7 @@ services:
#ports:
# - "8080:8081"
command: >
standalone-job --job-classname application.Uc1BeamFlink
standalone-job --job-classname rocks.theodolite.benchmarks.uc1.beam.flink.Uc1BeamFlink
--disableMetrics=true
--fasterCopy
environment:
......
......@@ -53,7 +53,7 @@ services:
#ports:
# - "8080:8081"
command: >
standalone-job --job-classname application.Uc2BeamFlink
standalone-job --job-classname rocks.theodolite.benchmarks.uc2.beam.flink.Uc2BeamFlink
--disableMetrics=true
--fasterCopy
environment:
......
......@@ -53,7 +53,7 @@ services:
#ports:
# - "8080:8081"
command: >
standalone-job --job-classname application.Uc3BeamFlink
standalone-job --job-classname rocks.theodolite.benchmarks.uc3.beam.flink.Uc3BeamFlink
--disableMetrics=true
--fasterCopy
environment:
......
......@@ -55,7 +55,7 @@ services:
# - "8080:8081"
command: >
standalone-job
--job-classname application.Uc4BeamFlink
--job-classname rocks.theodolite.benchmarks.uc4.beam.flink.Uc4BeamFlink
--disableMetrics=true
--fasterCopy
environment:
......
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