changed the name of the folder where to store the context entity from context to communities_infrastructures

This commit is contained in:
Miriam Baglioni 2020-10-05 11:24:54 +02:00
parent 32bffb0134
commit 11b7eaae09
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@
<action name="create_entities_fromcontext">
<java>
<main-class>eu.dnetlib.dhp.oa.graph.dump.graph.CreateContextEntities</main-class>
<arg>--hdfsPath</arg><arg>${workingDir}/collect/context</arg>
<arg>--hdfsPath</arg><arg>${workingDir}/collect/communities_infrastructures</arg>
<arg>--nameNode</arg><arg>${nameNode}</arg>
<arg>--isLookUpUrl</arg><arg>${isLookUpUrl}</arg>
</java>