Minor fixes in workflow.xml and job.properties

This commit is contained in:
Serafeim Chatzopoulos 2023-06-23 12:51:50 +03:00
parent a1b9187039
commit 60f25b780d
2 changed files with 49 additions and 48 deletions

View File

@ -102,4 +102,4 @@ actionSetOutputPath=${workingDir}/bip_actionsets/
# The directory to store project impact indicators
projectImpactIndicatorsOutput=${workingDir}/project_indicators
resume=create-openaire-ranking-graph
resume=entry-point-decision

View File

@ -335,7 +335,7 @@
</action>
<!-- JOIN ITERATIVE METHODS AND THEN END -->
<join name="join-iterative-rankings" to="end" />
<join name="join-iterative-rankings" to="get-file-names" />
<!-- to="get-file-names"/> -->
@ -349,7 +349,7 @@
<!-- name of script to run -->
<argument>get_ranking_files.sh</argument>
<!-- We only pass the directory where we expect to find the rankings -->
<argument>/${workingDir}</argument>
<argument>${workingDir}</argument>
<!-- the name of the file run -->
<file>${wfAppPath}/get_ranking_files.sh#get_ranking_files.sh</file>
@ -503,7 +503,7 @@
</spark-opts>
<!-- Script arguments here -->
<arg>${openaireDataInput}</arg>
<arg>${openaireDataInput}/</arg>
<!-- number of partitions to be used on joins -->
<arg>${synonymFolder}</arg>
<!-- This needs to point to the file on the hdfs i think -->
@ -561,6 +561,7 @@
<!-- Do this after finishing okay -->
<ok to="deleteOutputPathForActionSet" />
<!-- This is the initial code <ok to="deleteOutputPathForActionSet" /> -->
<!-- Go there if we have an error -->
<error to="map-scores-fail" />