From a4ae44e7f5bbfb293cdce256da3c40f927605ac9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 15 Jul 2020 18:02:43 +0200 Subject: Add skeleton for web runner --- .../src/main/resources/log4j2.xml | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml (limited to 'simulator/opendc/opendc-runner-web/src/main/resources') diff --git a/simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml b/simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml new file mode 100644 index 00000000..b5a2bbb5 --- /dev/null +++ b/simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 0a895abfe307fbb6a28ceac6a07c5ac4863627fd Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 17 Jul 2020 17:25:45 +0200 Subject: Add data processing pipeline via Spark This change adds support for processing the experimental results by means of a Spark data processing pipeline. --- simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'simulator/opendc/opendc-runner-web/src/main/resources') diff --git a/simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml b/simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml index b5a2bbb5..1d873554 100644 --- a/simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml +++ b/simulator/opendc/opendc-runner-web/src/main/resources/log4j2.xml @@ -42,6 +42,9 @@ + + + -- cgit v1.2.3