diff --git a/dhp-workflows/dhp-impact-indicators/src/main/resources/eu/dnetlib/dhp/oa/graph/impact_indicators/oozie_app/workflow.xml b/dhp-workflows/dhp-impact-indicators/src/main/resources/eu/dnetlib/dhp/oa/graph/impact_indicators/oozie_app/workflow.xml index c225fa3e1..0d7d29bfe 100644 --- a/dhp-workflows/dhp-impact-indicators/src/main/resources/eu/dnetlib/dhp/oa/graph/impact_indicators/oozie_app/workflow.xml +++ b/dhp-workflows/dhp-impact-indicators/src/main/resources/eu/dnetlib/dhp/oa/graph/impact_indicators/oozie_app/workflow.xml @@ -9,6 +9,26 @@ oozie.action.sharelib.for.spark ${oozieActionShareLibForSpark2} + + projectImpactIndicatorsOutput + ${nameNode}${workingDir}/project_indicators + + + openaireGraphInputPath + ${nameNode}/${workingDir}/openaire_id_graph + + + synonymFolder + ${nameNode}/${workingDir}/openaireid_to_dois/ + + + checkpointDir + ${nameNode}/${workingDir}/check/ + + + bipScorePath + ${nameNode}${workingDir}/openaire_universe_scores/ + @@ -65,9 +85,8 @@ ${sparkShufflePartitions} - ${openaireGraphInputPath} - - ${wfAppPath}/create_openaire_ranking_graph.py#create_openaire_ranking_graph.py + ${nameNode}${workingDir}/openaire_id_graph + ${nameNode}${wfAppPath}/create_openaire_ranking_graph.py#create_openaire_ranking_graph.py @@ -103,7 +122,7 @@ - ${openaireGraphInputPath} + ${nameNode}/${workingDir}/openaire_id_graph ${sparkShufflePartitions} @@ -136,7 +155,7 @@ - ${openaireGraphInputPath} + ${nameNode}/${workingDir}/openaire_id_graph ${ramGamma} ${currentYear} RAM @@ -174,7 +193,7 @@ - ${openaireGraphInputPath} + ${nameNode}/${workingDir}/openaire_id_graph ${sparkShufflePartitions} 3 @@ -207,7 +226,7 @@ - ${openaireGraphInputPath} + ${nameNode}/${workingDir}/openaire_id_graph ${pageRankAlpha} ${convergenceError} ${checkpointDir} @@ -243,7 +262,7 @@ - ${openaireGraphInputPath} + ${nameNode}/${workingDir}/openaire_id_graph ${attrankAlpha} ${attrankBeta} ${attrankGamma}