forked from D-Net/dnet-hadoop
changed the outputdir of the last step
This commit is contained in:
parent
dd1e0b93b8
commit
1855453434
|
@ -120,7 +120,7 @@
|
||||||
</spark-opts>
|
</spark-opts>
|
||||||
<arg>--projectPath</arg><arg>${workingDir}/preparedProjects</arg>
|
<arg>--projectPath</arg><arg>${workingDir}/preparedProjects</arg>
|
||||||
<arg>--programmePath</arg><arg>${workingDir}/preparedProgramme</arg>
|
<arg>--programmePath</arg><arg>${workingDir}/preparedProgramme</arg>
|
||||||
<arg>--outputPath</arg><arg>/tmp/h2020programme</arg>
|
<arg>--outputPath</arg><arg>${outputPath}</arg>
|
||||||
</spark>
|
</spark>
|
||||||
<ok to="End"/>
|
<ok to="End"/>
|
||||||
<error to="Kill"/>
|
<error to="Kill"/>
|
||||||
|
|
Loading…
Reference in New Issue