From 61d1fa9b9fe84850c5c21de6bc8027773df81368 Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Fri, 12 Jul 2024 10:25:51 +0200 Subject: [PATCH] [metadata collection] added -Dcom.sun.security.enableAIAcaIssuers=true as a default for metadata collection --- .../eu/dnetlib/dhp/collection/oozie_app/workflow.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml index 9df88b4b6..f1364b63c 100644 --- a/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-aggregation/src/main/resources/eu/dnetlib/dhp/collection/oozie_app/workflow.xml @@ -54,6 +54,12 @@ Used to configure the Java home location for oozie.launcher.mapreduce.map.env + + JAVA_OPTS + -Dcom.sun.security.enableAIAcaIssuers=true + Used to configure the JAVA_OPTS parameter + +