From b6a8be813bb258e8d9d4255f444b2d68dc71496b Mon Sep 17 00:00:00 2001 From: Giambattista Bloisi Date: Fri, 14 Jul 2023 16:05:14 +0200 Subject: [PATCH 1/2] oozie.launcher.mapreduce.user.classpath.first property is required to avoid launch problems --- .../eu/dnetlib/dhp/oa/dedup/scan/oozie_app/config-default.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/scan/oozie_app/config-default.xml b/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/scan/oozie_app/config-default.xml index 862f568c9..4e175d799 100644 --- a/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/scan/oozie_app/config-default.xml +++ b/dhp-workflows/dhp-dedup-openaire/src/main/resources/eu/dnetlib/dhp/oa/dedup/scan/oozie_app/config-default.xml @@ -15,4 +15,8 @@ oozie.action.sharelib.for.spark spark342 + + oozie.launcher.mapreduce.user.classpath.first + true + \ No newline at end of file From 617ef05e1599e697727999a8ffa860daea86ecde Mon Sep 17 00:00:00 2001 From: Giambattista Bloisi Date: Mon, 17 Jul 2023 17:01:07 +0200 Subject: [PATCH 2/2] Update commons.lang.version to 3.12.0 to match spark 3.4 version and fix an incompatibility when running with Java 11 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 976355453..3b46d49cb 100644 --- a/pom.xml +++ b/pom.xml @@ -867,7 +867,7 @@ 4.1.0-${dhp.cdh.version} 3.4.1 2.14.2 - 3.5 + 3.12.0 true 11.0.2 2.12.18