Document toolboxDocument toolbox

Semantic Model: kyvos.indexing.map.distributed.opts

Description:
Users can specify the Java options for the Mapper jobs launched during the initial phase of a Kyvos semantic model process. These are the indexing jobs.

Values and behavior:
The memory value of the property should be lesser than kyvos.indexing.map.distributed.mb so that they are within the bounds of the container memory allocated by YARN.
If the property is not applied then, the Java options applied to the Map jobs will be taken from the value of the mapreduce.map.memory.opts property.

For example
In order to specify the Xmx memory for specific Kyvos jobs that are Mapper, set the Xmx memory value in the java format.
-Xmx4096M, which would represent 4 GB for Xmx memory.

Default Value:

The value configured in for Semantic Model: mapreduce.map.memory.opts property.

Scope:

  • Connection: If the property is applied at the connection, then the same Java options will be applied to all the semantic models (if not applied to the semantic model).

  • Semantic model: If the property is applied to the semantic model and connection, then the value set at the semantic model will be respected for that particular semantic model.

Comes into effect:
The value of the property can be changed at any time and will be respected in the next semantic model process instance.

Dependencies and related properties:

Recommendation:

Please read the recommendation provided for the Semantic Model: kyvos.indexing.map.distributed.mb property.

Copyright Kyvos, Inc. All rights reserved.