Minor fixes in workflow.xml and job.properties
This commit is contained in:
parent
a1b9187039
commit
60f25b780d
|
@ -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
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in New Issue