From 23160b4d299315a8d918a35d9edd392fcc3141f3 Mon Sep 17 00:00:00 2001 From: "miriam.baglioni" Date: Mon, 20 Jul 2020 18:04:30 +0200 Subject: [PATCH] realignment of the workflow classes with the changes in the structure of the module --- .../dhp/oa/graph/dump/oozie_app/workflow.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/oozie_app/workflow.xml b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/oozie_app/workflow.xml index 0790b2b44..717714238 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/dump/oozie_app/workflow.xml @@ -109,7 +109,7 @@ yarn cluster Dump table publication for community related products - eu.dnetlib.dhp.oa.graph.dump.SparkDumpCommunityProducts + eu.dnetlib.dhp.oa.graph.dump.community.SparkDumpCommunityProducts dhp-graph-mapper-${projectVersion}.jar --executor-memory=${sparkExecutorMemory} @@ -135,7 +135,7 @@ yarn cluster Dump table dataset for community related products - eu.dnetlib.dhp.oa.graph.dump.SparkDumpCommunityProducts + eu.dnetlib.dhp.oa.graph.dump.community.SparkDumpCommunityProducts dhp-graph-mapper-${projectVersion}.jar --executor-memory=${sparkExecutorMemory} @@ -161,7 +161,7 @@ yarn cluster Dump table ORP for community related products - eu.dnetlib.dhp.oa.graph.dump.SparkDumpCommunityProducts + eu.dnetlib.dhp.oa.graph.dump.community.SparkDumpCommunityProducts dhp-graph-mapper-${projectVersion}.jar --executor-memory=${sparkExecutorMemory} @@ -187,7 +187,7 @@ yarn cluster Dump table software for community related products - eu.dnetlib.dhp.oa.graph.dump.SparkDumpCommunityProducts + eu.dnetlib.dhp.oa.graph.dump.community.SparkDumpCommunityProducts dhp-graph-mapper-${projectVersion}.jar --executor-memory=${sparkExecutorMemory} @@ -245,7 +245,7 @@ yarn cluster - Extend dumped publications with information about projects + Extend dumped publications with information about project eu.dnetlib.dhp.oa.graph.dump.SparkUpdateProjectInfo dhp-graph-mapper-${projectVersion}.jar @@ -270,7 +270,7 @@ yarn cluster - Extend dumped dataset with information about projects + Extend dumped dataset with information about project eu.dnetlib.dhp.oa.graph.dump.SparkUpdateProjectInfo dhp-graph-mapper-${projectVersion}.jar @@ -294,7 +294,7 @@ yarn cluster - Extend dumped ORP with information about projects + Extend dumped ORP with information about project eu.dnetlib.dhp.oa.graph.dump.SparkUpdateProjectInfo dhp-graph-mapper-${projectVersion}.jar @@ -318,7 +318,7 @@ yarn cluster - Extend dumped software with information about projects + Extend dumped software with information about project eu.dnetlib.dhp.oa.graph.dump.SparkUpdateProjectInfo dhp-graph-mapper-${projectVersion}.jar @@ -346,7 +346,7 @@ yarn cluster Split dumped result for community - eu.dnetlib.dhp.oa.graph.dump.SparkSplitForCommunity + eu.dnetlib.dhp.oa.graph.dump.community.SparkSplitForCommunity dhp-graph-mapper-${projectVersion}.jar --executor-memory=${sparkExecutorMemory}