Remove deletion of synonym folder
This commit is contained in:
parent
a98da54896
commit
90332439ad
|
@ -31,9 +31,11 @@
|
||||||
<!-- This should give the machine/root of the hdfs, serafeim has provided a link with the required job properties -->
|
<!-- This should give the machine/root of the hdfs, serafeim has provided a link with the required job properties -->
|
||||||
<name-node>${nameNode}</name-node>
|
<name-node>${nameNode}</name-node>
|
||||||
<!-- Delete previously created doi synonym folder -->
|
<!-- Delete previously created doi synonym folder -->
|
||||||
|
<!-- I think we don't need this given we don't have synonyms anymore
|
||||||
<prepare>
|
<prepare>
|
||||||
<delete path="${synonymFolder}"/>
|
<delete path="${synonymFolder}"/>
|
||||||
</prepare>
|
</prepare>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- using configs from an example on openaire -->
|
<!-- using configs from an example on openaire -->
|
||||||
<master>yarn-cluster</master>
|
<master>yarn-cluster</master>
|
||||||
|
|
Loading…
Reference in New Issue