removed the saveGraph parameter

This commit is contained in:
Miriam Baglioni 2020-04-30 14:45:00 +02:00
parent ce8b1d0bc3
commit 418595fec2
1 changed files with 0 additions and 4 deletions

View File

@ -123,7 +123,6 @@
<arg>--outputPath</arg><arg>${outputPath}/publication</arg>
<arg>--protoMap</arg><arg>${protoMap}</arg>
<arg>--isLookupUrl</arg><arg>${isLookupUrl}</arg>
<arg>--saveGraph</arg><archive>${saveGraph}</archive>
</spark>
<ok to="wait"/>
<error to="Kill"/>
@ -152,7 +151,6 @@
<arg>--outputPath</arg><arg>${outputPath}/dataset</arg>
<arg>--protoMap</arg><arg>${protoMap}</arg>
<arg>--isLookupUrl</arg><arg>${isLookupUrl}</arg>
<arg>--saveGraph</arg><archive>${saveGraph}</archive>
</spark>
<ok to="wait"/>
<error to="Kill"/>
@ -181,7 +179,6 @@
<arg>--outputPath</arg><arg>${outputPath}/otherresearchproduct</arg>
<arg>--protoMap</arg><arg>${protoMap}</arg>
<arg>--isLookupUrl</arg><arg>${isLookupUrl}</arg>
<arg>--saveGraph</arg><archive>${saveGraph}</archive>
</spark>
<ok to="wait"/>
<error to="Kill"/>
@ -210,7 +207,6 @@
<arg>--outputPath</arg><arg>${outputPath}/software</arg>
<arg>--protoMap</arg><arg>${protoMap}</arg>
<arg>--isLookupUrl</arg><arg>${isLookupUrl}</arg>
<arg>--saveGraph</arg><archive>${saveGraph}</archive>
</spark>
<ok to="wait"/>
<error to="Kill"/>