forked from D-Net/dnet-hadoop
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 -->
|
||||
<name-node>${nameNode}</name-node>
|
||||
<!-- Delete previously created doi synonym folder -->
|
||||
<!-- I think we don't need this given we don't have synonyms anymore
|
||||
<prepare>
|
||||
<delete path="${synonymFolder}"/>
|
||||
</prepare>
|
||||
-->
|
||||
|
||||
<!-- using configs from an example on openaire -->
|
||||
<master>yarn-cluster</master>
|
||||
|
|
Loading…
Reference in New Issue