tMapRDBLookupInput
Provides lookup data to the main flow of a streaming Job.
tMapRDBLookupInput
extracts columns corresponding to schema definition. Then it passes the extracted data
to the next component.
It passes on the extracted data to tMap in order to
provide the lookup data to the main flow. It must be directly connected to a tMap component and requires this tMap to use Reload at each row or Reload at each row (cache) for the lookup flow.
tMapRDBLookupInput properties for Apache Spark Streaming
These properties are used to configure tMapRDBLookupInput running in the Spark Streaming Job framework.
The Spark Streaming
tMapRDBLookupInput component belongs to the Databases family.
The component in this framework is available in Talend Real Time Big Data Platform and in Talend Data Fabric.
Basic settings
Storage configuration |
Select the tMapRDBConfiguration component from which the |
Property type |
Either Built-In or Repository. Built-In: No property data stored centrally.
Repository: Select the repository file where the |
Schema and Edit |
A schema is a row description. It defines the number of fields Click Edit
|
 |
Built-In: You create and store the schema locally for this component |
 |
Repository: You have already created the schema and stored it in the |
Table name |
Type in the name of the table from which you need to extract columns. |
Table Namespace mappings |
Enter the string to be used to construct the mapping between an Apache HBase table and a For the valid syntax you can use, see http://doc.mapr.com/display/MapR40x/Mapping+Table+Namespace+Between+Apache+HBase+Tables+and+MapR+Tables. |
Define a row selection |
Select this check box and then in the Start row and the Different from the filters you can set using Is by |
Mapping |
Complete this table to map the columns of the table to be used with the schema columns you |
Is by filter |
Select this check box to use filters to perform fine-grained data selection from your Once selecting it, the Filter table that is used to This feature leverages filters provided by HBase and subject to constraints explained in |
Logical operation |
Select the operator you need to use to define the logical relation between filters. This
available operators are:
|
Filter |
Click the button under this table to add as many rows as required, each row representing a
filter. The parameters you may need to set for a filter are:
Depending on the Filter type you are using, |
Usage
Usage rule |
This component is used as a start component and requires an output This component uses a tMapRDBConfiguration component present in the same Job to connect to However, if you need to use tMapRDBLookupInput with Kerberos You must drop tMapRDBConfiguration along with the |
Spark Connection |
In the Spark
Configuration tab in the Run view, define the connection to a given Spark cluster for the whole Job. In addition, since the Job expects its dependent jar files for execution, you must specify the directory in the file system to which these jar files are transferred so that Spark can access these files:
This connection is effective on a per-Job basis. |
Related scenarios
For a scenario about how to use the same type of component in a Spark Streaming Job, see
Reading and writing data in MongoDB using a Spark Streaming Job.