tCacheClear properties for Apache Spark Batch
These properties are used to configure tCacheClear running in the Spark Batch Job framework.
The Spark Batch tCacheClear component belongs to the Processing family.
The component in this framework is available in all subscription-based Talend products with Big Data and Talend Data Fabric.
Basic settings
Output cache |
Select the tCacheOut component from which tCacheIn read RDD cache. |
Global Variables
ERROR_MESSAGE |
The error message generated by the component when an error occurs. This is an After variable and it returns a string. |
Usage
Usage rule |
This component is used as a start component and requires an output link. This component is used along with tCacheOut. Iteratively, tCacheOut stores input data as cache so that tCacheIn can reads the cache without having to calculate again all of the Spark DAG (Directed Acyclic Graph, the model used by Spark for scheduling Spark actions). The tCacheClear component removes the data stored in the cache from the memory once they are not needed anymore. This component, along with the Spark Batch component Palette it belongs to, appears only when you are creating a Spark Batch Job. Note that in this documentation, unless otherwise explicitly stated, a scenario presents only Standard Jobs, that is to say traditional Talend data integration Jobs. |