Skip to content
Snippets Groups Projects
Commit ecc66533 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

FIX wrong package declaration, Dockerfile & gradle

parent b0458426
No related branches found
No related tags found
1 merge request!1Add Implementations of Use Cases
FROM openjdk:11-slim
ADD build/distributions/exp-bigdata19-bridge.tar /
ADD build/distributions/uc2-workload-generator.tar /
CMD export JAVA_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=$LOG_LEVEL \
&& /exp-bigdata19-bridge/bin/exp-bigdata19-bridge
\ No newline at end of file
CMD JAVA_OPTS="$JAVA_OPTS -Dorg.slf4j.simpleLogger.defaultLogLevel=$LOG_LEVEL" \
/uc2-workload-generator/bin/uc2-workload-generator
\ No newline at end of file
......@@ -21,7 +21,7 @@ dependencies {
testCompile 'junit:junit:4.12'
}
mainClassName = "titan.ccp.kiekerbridge.expbigdata19.ExperimentorBigData"
mainClassName = "uc2.workloadGenerator.LoadGenerator"
eclipse {
classpath {
......
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