forked from D-Net/dnet-hadoop
Fixed unicode bug. Workflow ends after first script
This commit is contained in:
parent
9dc8f0f05f
commit
09485fbee3
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue