tCassandraOutputBulkExec
Improves performance during Insert operations to a column family of a Cassandra
keyspace.
The tCassandraOutputBulk and tCassandraBulkExec components are generally used together to output data to an
SSTable and then to write the SSTable into Cassandra, in a two step process. These two steps
are fused together in the tCassandraOutputBulkExec
component.
tCassandraOutputBulkExec receives
data from the preceding component, creates an SSTable and then
writes the SSTable into Cassandra.
tCassandraOutputBulkExec Standard properties
These properties are used to configure tCassandraOutputBulkExec running in the Standard Job framework.
The Standard
tCassandraOutputBulkExec component belongs to the Big Data and the Databases families.
The component in this framework is available when you are using one of the Talend solutions with Big Data.
Basic settings
|
Schema and Edit |
A schema is a row description. It defines the number of fields (columns) to Click Edit schema to make changes to the schema.
|
||
|
|
Built-In: You create and store the |
||
|
|
Repository: You have already created When the schema to be reused has default values that are integers or You can find more details about how to verify default |
||
|
Table type |
Select the type of the data model to be used for the table to be created. It can be This drop-down list is available only when the DB version |
||
|
DB Version |
Select the Cassandra version you are using. Warning:
|
||
|
Host |
Hostname or IP address of the Cassandra server. |
||
|
Port |
Listening port number of the Cassandra server. |
||
|
Required authentication |
Select this check box to provide credentials for the Cassandra Warning:
This check box will not appear if you select Cassandra 1.1.2 from theDB Version list. |
||
|
Username |
Fill in this field with the username for the Cassandra |
||
|
Password |
Fill in this field with the password for the Cassandra To enter the password, click the […] button next to the |
||
|
Keyspace |
Type in the name of the keyspace into which you want to write the |
||
|
Column family |
Type in the name of the column family into which you want to write the |
||
|
Partitioner |
Select the partitioner which determines how the data is distributed
For more information about the partitioner, see http://wiki.apache.org/cassandra/Partitioners. |
||
|
Schema statement |
Enter the statement to define the schema of the column family to be used or to be created
An example of this schema statement is provided in the Schema
statement field:
It will create a column family called tb containing the id, the name and the birthday columns under the keyspace ks. For further information about a column family, see Standard column This field is available only when the version of your Cassandra database is later than |
||
|
Insert statement |
Enter the statement to instruct how to write the data from the input flow into the columns This statement is a Cassandra prepared statement, which stores query results locally in An example of this insert statement is provided in the Insert
statement field:
It will write data into the id, the name and the birthday columns, respectively, of a column family called tb in the keyspace ks. The question marks in the statement are the bind variable markers for the three columns. For further information about bind variables and their usage, see Bound parameters and Parameterized queries. This field is available only when the version of your Cassandra database is later than |
||
|
Column name comparator |
Select the data type for the column names, which is used to sort For more information about the comparators, see http://www.datastax.com/docs/1.1/ddl/column_family#about-data-types-comparators-and-validators. |
||
|
SSTable directory |
Specify the local directory for the SSTable. Note that the complete For example, if you set the local directory to /home/talend/sstable, and specify testk as the keyspace name and testc as the column family name, the |
||
|
Buffer size |
Specify what size the SSTable must reach before it is written into Cassandra. |
Advanced settings
|
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at the Job |
Global Variables
|
Global Variables |
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
|
Usage rule |
This component is mainly used when no particular transformation is |
|
Limitation |
Currently, the execution of this component ends the entire Job. |
Related scenarios
No scenario is available for the Standard version of this component yet.