tHBaseLookupInput
Provides lookup data to the main flow of a streaming Job.
tHBaseLookupInput 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.
HBase filters
This table presents the HBase filters available in
Talend Studio
and the
parameters required by those filters.
Filter type |
Filter column |
Filter family | Filter operation | Filter value | Filter comparator type | Objective |
---|---|---|---|---|---|---|
Single Column Value Filter |
Yes |
Yes |
Yes |
Yes |
Yes |
It compares the values of a given column against the value defined |
Family filter |
 |
Yes |
Yes |
 |
Yes |
It returns the columns of the family that meets the filtering |
Qualifier filter |
Yes |
 |
Yes |
 |
Yes |
It returns the columns whose column qualifiers match the filtering |
Column prefix filter |
Yes |
Yes |
 |  |  |
It returns all columns of which the qualifiers have the prefix |
Multiple column prefix filter |
Yes (Multiple prefixes are separated by comma, for |
Yes |
 |  |  |
It works the same way as a Column prefix |
Column range filter |
Yes (The ends of a range are separated by comma. ) |
Yes |
 |  |  | It allows intra row scanning and returns all matching columns of a scanned row. |
Row filter |
 |  |
Yes |
Yes |
Yes | It filters on row keys and returns all rows that matches the filtering condition. |
Value filter |
 |  |
Yes |
Yes |
Yes |
It returns only columns that have a specific value. |
The use explained above of the listed HBase filters is subject to revisions made by
Apache in its Apache HBase project; therefore, in order to fully understand how to use
these HBase filters, we recommend reading Apache’s HBase documentation.
tHBaseLookupInput properties for Apache Spark Streaming
These properties are used to configure tHBaseLookupInput running in the Spark Streaming Job framework.
The Spark Streaming
tHBaseLookupInput component belongs to the Databases family.
The streaming version of this component is available in Talend Real Time Big Data Platform and in
Talend Data Fabric.
Basic settings
Storage configuration |
Select the tHBaseConfiguration 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 |
|
Click this icon to open a database connection wizard and store the For more information about setting up and storing database |
Schema et Edit schema |
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. |
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 link. This component uses a tHBaseConfiguration component present in the same Job to connect to This component, along with the Spark Streaming component Palette it belongs to, appears Note that in this documentation, unless otherwise explicitly stated, a scenario presents |
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.