forked from D-Net/dnet-hadoop
added extra parameters to the provision indexing workflow
This commit is contained in:
parent
0bdfbb0a57
commit
d7d2a0637f
|
@ -32,7 +32,7 @@
|
||||||
{
|
{
|
||||||
"paramName": "mr",
|
"paramName": "mr",
|
||||||
"paramLongName": "maxRelations",
|
"paramLongName": "maxRelations",
|
||||||
"paramDescription": "maximum number of relations applied reading relations (by relClass)",
|
"paramDescription": "maximum number of relations allowed for a each entity",
|
||||||
"paramRequired": false
|
"paramRequired": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -9,6 +9,30 @@
|
||||||
<name>isLookupUrl</name>
|
<name>isLookupUrl</name>
|
||||||
<description>URL for the isLookup service</description>
|
<description>URL for the isLookup service</description>
|
||||||
</property>
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>relPartitions</name>
|
||||||
|
<description>number or partitions for the relations Dataset</description>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>relationFilter</name>
|
||||||
|
<description>filter applied reading relations (by relClass)</description>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>maxRelations</name>
|
||||||
|
<description>maximum number of relations allowed for a each entity</description>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>otherDsTypeId</name>
|
||||||
|
<description>mapping used to populate datasourceTypeUi field</description>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>format</name>
|
||||||
|
<description>metadata format name (DMF|TMF)</description>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>batchSize</name>
|
||||||
|
<description>number of records to be included in each indexing request</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>sparkDriverMemoryForJoining</name>
|
<name>sparkDriverMemoryForJoining</name>
|
||||||
|
@ -421,4 +445,5 @@
|
||||||
</action>
|
</action>
|
||||||
|
|
||||||
<end name="End"/>
|
<end name="End"/>
|
||||||
|
|
||||||
</workflow-app>
|
</workflow-app>
|
Loading…
Reference in New Issue