forked from D-Net/dnet-hadoop
[dedup] added isLookupUrl to the graph consistency workflow definition, required now by the entity grouping phase
This commit is contained in:
parent
982c0c110b
commit
431c6bb08a
|
@ -16,6 +16,10 @@
|
||||||
<name>filterInvisible</name>
|
<name>filterInvisible</name>
|
||||||
<description>whether filter out invisible entities after merge</description>
|
<description>whether filter out invisible entities after merge</description>
|
||||||
</property>
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>isLookupUrl</name>
|
||||||
|
<description>the URL address of the lookUp service</description>
|
||||||
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>sparkDriverMemory</name>
|
<name>sparkDriverMemory</name>
|
||||||
<description>heap memory for driver process</description>
|
<description>heap memory for driver process</description>
|
||||||
|
@ -128,6 +132,7 @@
|
||||||
<arg>--graphInputPath</arg><arg>${graphBasePath}</arg>
|
<arg>--graphInputPath</arg><arg>${graphBasePath}</arg>
|
||||||
<arg>--checkpointPath</arg><arg>${workingPath}/grouped_entities</arg>
|
<arg>--checkpointPath</arg><arg>${workingPath}/grouped_entities</arg>
|
||||||
<arg>--outputPath</arg><arg>${graphOutputPath}</arg>
|
<arg>--outputPath</arg><arg>${graphOutputPath}</arg>
|
||||||
|
<arg>--isLookupUrl</arg><arg>${isLookupUrl}</arg>
|
||||||
<arg>--filterInvisible</arg><arg>${filterInvisible}</arg>
|
<arg>--filterInvisible</arg><arg>${filterInvisible}</arg>
|
||||||
</spark>
|
</spark>
|
||||||
<ok to="End"/>
|
<ok to="End"/>
|
||||||
|
|
Loading…
Reference in New Issue