From 00644ef4878669b0f883c840109e05637a1928d6 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Thu, 18 Jan 2024 15:46:27 +0200 Subject: [PATCH] - Fix the "NoSuchFieldError", caused by library-conflicts, by introducing the "oozie.libpath" property in "workflow.xml". - Fix the value of the "outputPath" property, in "workflow.xml". --- .../dnetlib/dhp/continuous_validator/oozie_app/workflow.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-continuous-validation/src/main/resources/eu/dnetlib/dhp/continuous_validator/oozie_app/workflow.xml b/dhp-workflows/dhp-continuous-validation/src/main/resources/eu/dnetlib/dhp/continuous_validator/oozie_app/workflow.xml index 0f967d2f3..8296d5f5c 100644 --- a/dhp-workflows/dhp-continuous-validation/src/main/resources/eu/dnetlib/dhp/continuous_validator/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-continuous-validation/src/main/resources/eu/dnetlib/dhp/continuous_validator/oozie_app/workflow.xml @@ -12,7 +12,7 @@ outputPath - /home/lsmyrnaios/continuous_validation/output + /user/lsmyrnaios/continuous_validator/output the path of the output-directory where the result-json-files will be stored @@ -53,6 +53,10 @@ spark2/logs spark 2.* event log dir location + + oozie.libpath + ${nameNode}/user/oozie/share/lib +