Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
be7070ce
Commit
be7070ce
authored
5 years ago
by
Benedikt Wetzel
Browse files
Options
Downloads
Patches
Plain Diff
FIX Dockerfile & gradle
parent
977ca62e
No related branches found
No related tags found
1 merge request
!1
Add Implementations of Use Cases
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
uc3-workload-generator/Dockerfile
+6
-6
6 additions, 6 deletions
uc3-workload-generator/Dockerfile
uc3-workload-generator/build.gradle
+1
-1
1 addition, 1 deletion
uc3-workload-generator/build.gradle
with
7 additions
and
7 deletions
uc3-workload-generator/Dockerfile
+
6
−
6
View file @
be7070ce
FROM
openjdk:11-slim
ADD
build/distributions/exp-bigdata19-bridge.tar /
CMD
export JAVA_OPTS=-Dorg.slf4j.simpleLogger.defaultLogLevel=$LOG_LEVEL \
&& /exp-bigdata19-bridge/bin/exp-bigdata19-bridge
\ No newline at end of file
FROM
openjdk:11-slim
ADD
build/distributions/uc3-workload-generator.tar /
CMD
JAVA_OPTS="$JAVA_OPTS -Dorg.slf4j.simpleLogger.defaultLogLevel=$LOG_LEVEL" \
/uc3-workload-generator/bin/uc3-workload-generator
\ No newline at end of file
This diff is collapsed.
Click to expand it.
uc3-workload-generator/build.gradle
+
1
−
1
View file @
be7070ce
...
...
@@ -21,7 +21,7 @@ dependencies {
testCompile
'junit:junit:4.12'
}
mainClassName
=
"
titan.ccp.kiekerbridge.expbigdata19.ExperimentorBigData
"
mainClassName
=
"
uc3.workloadGenerator.LoadGenerator
"
eclipse
{
classpath
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment