tCassandraConfiguration properties for Apache Spark Streaming
These properties are used to configure tCassandraConfiguration running in the Spark Streaming Job framework.
The Spark Streaming tCassandraConfiguration component belongs to the Storage and the Databases families.
This component is available in Talend Real Time Big Data Platform and Talend Data Fabric.
Basic settings
Property type |
Either Built-In or Repository. Built-In: No property data stored centrally. Repository: Select the repository file where the properties are stored. |
Host |
Enter the URL of the Cassandra server you need the Job to connect to. |
Port |
Type in the listening port number of the Cassandra server to be connected to. |
Username |
Fill in this field with the username for the Cassandra authentication. |
Password |
Fill in this field with the password for the Cassandra authentication. To enter the password, click the [...] button next to the password field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings. |
Configuration |
Add the Spark properties relating to Cassandra to this table and give them the values you
want to use in order to override the default ones at runtime.
The following list presents the numerical values you can put and the consistency levels they signify:
For further information for all the properties listed in this table and their default values, see https://github.com/datastax/spark-cassandra-connector/blob/master/doc/1_connecting.md. |
Usage
Usage rule |
This component is used with no need to be connected to other components. You need to drop tCassandraConfiguration along with the Cassandra-related subJob to be run in the same Job so that the configuration is used by the whole Job at runtime. This component, along with the Spark Streaming component Palette it belongs to, appears only when you are creating a Spark Streaming 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. |
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. |