Apache Kudu properties - Cloud

Talend Cloud Apps Connectors Guide

Version
Cloud
Language
English
Product
Talend Cloud
Module
Talend Data Inventory
Talend Data Preparation
Talend Pipeline Designer
Content
Administration and Monitoring > Managing connections
Design and Development > Designing Pipelines
Last publication date
2024-03-21
Properties to configure to connect to an Apache Kudu table.

Apache Kudu connection

Property

Configuration

Selection Select or enter Apache Kudu.
Configuration
Engine Select your engine in the list.
Master addresses Master node hostname Enter the IP address or hostname that identifies the Apache Kudu cluster master node.
Master node port Enter the port associated with the Apache Kudu cluster master node.
If you have 3 master nodes in the same cluster with different ports, you need to add three master addresses as follows:
Master node hostname: 192.168.1.1
Master node port: 7051

Master node hostname: 192.168.1.1
Master node port: 7151

Master node hostname: 192.168.1.1
Master node port: 7251
Description Enter a display name (mandatory) and a description (optional) for the connection.

Apache Kudu dataset

Property Configuration
Dataset name Enter a display name for the dataset. This name will be used as a unique identifier of the dataset in all Talend Cloud apps.
Connection Select your connection in the list. If you are creating a dataset based on an existing connection, this field is read-only.
Main Table name Select or enter the unique name of the Apache Kudu table:
  • If the table already exists, it will be automatically suggested in the list.
  • If the table does not exist, you need to manually enter a name for the new table.
Schema Select or enter the schema fields you want to retrieve from (existing table) or define for (new table) your table. Check the Select all box to select all the existing fields of the schema.
Advanced Set primary key(s) Enable this option to define the primary key manually.

If this option is disabled, the first field is used as primary key.

If you are creating a new table, note that the primary key you define cannot be changed once the table is created.

Additional JDBC parameters might be displayed depending on whether the connector is used as a source or destination dataset, read this section to know more about these parameters.