Fixed unicode bug. Workflow ends after first script

This commit is contained in:
Ilias Kanellos 2023-04-28 13:09:13 +03:00
parent 9dc8f0f05f
commit 09485fbee3
1 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@
</spark> </spark>
<!-- Do this after finishing okay --> <!-- Do this after finishing okay -->
<ok to="non-iterative-rankings" /> <ok to="end" />
<!-- Go there if we have an error --> <!-- Go there if we have an error -->
<error to="openaire-graph-error" /> <error to="openaire-graph-error" />
@ -155,7 +155,7 @@
<arg>RAM</arg> <arg>RAM</arg>
<!-- number of partitions to be used on joins --> <!-- number of partitions to be used on joins -->
<arg>7680</arg> <arg>7680</arg>
<arg>${γιτ α}</arg> <arg>${checkpointDir}</arg>
<!-- This needs to point to the file on the hdfs i think --> <!-- This needs to point to the file on the hdfs i think -->
<file>${wfAppPath}/TAR.py#TAR.py</file> <file>${wfAppPath}/TAR.py#TAR.py</file>
</spark> </spark>