forked from D-Net/dnet-hadoop
changed the name of the folder where to store the context entity from context to communities_infrastructures
This commit is contained in:
parent
32bffb0134
commit
11b7eaae09
|
@ -370,7 +370,7 @@
|
||||||
<action name="create_entities_fromcontext">
|
<action name="create_entities_fromcontext">
|
||||||
<java>
|
<java>
|
||||||
<main-class>eu.dnetlib.dhp.oa.graph.dump.graph.CreateContextEntities</main-class>
|
<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>--nameNode</arg><arg>${nameNode}</arg>
|
||||||
<arg>--isLookUpUrl</arg><arg>${isLookUpUrl}</arg>
|
<arg>--isLookUpUrl</arg><arg>${isLookUpUrl}</arg>
|
||||||
</java>
|
</java>
|
||||||
|
|
Loading…
Reference in New Issue