From 40fcd37fb5eb8ea33b7dea95d45cc73018ea22b8 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 29 Oct 2020 21:16:13 +0100 Subject: Support non-ObjectIds and empty traces --- simulator/opendc-runner-web/src/main/resources/log4j2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'simulator/opendc-runner-web/src/main/resources/log4j2.xml') diff --git a/simulator/opendc-runner-web/src/main/resources/log4j2.xml b/simulator/opendc-runner-web/src/main/resources/log4j2.xml index 16cedf34..ffc39890 100644 --- a/simulator/opendc-runner-web/src/main/resources/log4j2.xml +++ b/simulator/opendc-runner-web/src/main/resources/log4j2.xml @@ -30,7 +30,7 @@ - + @@ -39,7 +39,7 @@ - + -- cgit v1.2.3 From 4ec2ace2e1ca37294f6e55c2965f1fc6f98d622c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 29 Oct 2020 23:45:54 +0100 Subject: Eliminate Spark dependencies from Web Runner This change eliminates the large Spark dependencies from the web runner. Instead, we perform on the fly aggregation of the data and report directly to MongoDB. --- simulator/opendc-runner-web/src/main/resources/log4j2.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'simulator/opendc-runner-web/src/main/resources/log4j2.xml') diff --git a/simulator/opendc-runner-web/src/main/resources/log4j2.xml b/simulator/opendc-runner-web/src/main/resources/log4j2.xml index ffc39890..87179332 100644 --- a/simulator/opendc-runner-web/src/main/resources/log4j2.xml +++ b/simulator/opendc-runner-web/src/main/resources/log4j2.xml @@ -30,18 +30,12 @@ - + - - - - - - -- cgit v1.2.3