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

Merge branch 'master' into feature/147-add-beam-implementations

parents ab6ec9f2 0c8bbf27
No related branches found
No related tags found
1 merge request!187Migrate Beam benchmark implementation
Pipeline #5859 passed
...@@ -45,8 +45,8 @@ services: ...@@ -45,8 +45,8 @@ services:
NUM_SENSORS: 10 NUM_SENSORS: 10
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc1-flink:latest image: ghcr.io/cau-se/theodolite-uc1-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc1.application.HistoryServiceFlinkJob command: standalone-job --job-classname theodolite.uc1.application.HistoryServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
...@@ -45,8 +45,8 @@ services: ...@@ -45,8 +45,8 @@ services:
NUM_SENSORS: 10 NUM_SENSORS: 10
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc2-flink:latest image: ghcr.io/cau-se/theodolite-uc2-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc2.application.HistoryServiceFlinkJob command: standalone-job --job-classname theodolite.uc2.application.HistoryServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
...@@ -45,8 +45,8 @@ services: ...@@ -45,8 +45,8 @@ services:
NUM_SENSORS: 10 NUM_SENSORS: 10
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc3-flink:latest image: ghcr.io/cau-se/theodolite-uc3-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc3.application.HistoryServiceFlinkJob command: standalone-job --job-classname theodolite.uc3.application.HistoryServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
...@@ -46,8 +46,8 @@ services: ...@@ -46,8 +46,8 @@ services:
NUM_NESTED_GROUPS: 4 NUM_NESTED_GROUPS: 4
benchmark-jobmanager: benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc4-flink:latest image: ghcr.io/cau-se/theodolite-uc4-flink:latest
ports: #ports:
- "8080:8081" # - "8080:8081"
command: standalone-job --job-classname theodolite.uc4.application.AggregationServiceFlinkJob command: standalone-job --job-classname theodolite.uc4.application.AggregationServiceFlinkJob
environment: environment:
- KAFKA_BOOTSTRAP_SERVERS=kafka:9092 - KAFKA_BOOTSTRAP_SERVERS=kafka:9092
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment