All Products
Search
Document Center

Lindorm:Add a LindormTable data source

Last Updated:Mar 28, 2026

Lindorm Tunnel Service (LTS) connects to LindormTable through three protocols: Lindorm SQL (LQL), HBase-compatible mode, and Cassandra-compatible mode. Choose the protocol that matches your access method, then follow the steps below to add the data source.

Prerequisites

Before you begin, make sure you have:

Add a Lindorm SQL data source

Use this method to connect via the LQL protocol.

  1. In the left-side navigation pane, choose Data Source Manage > Add Data Source.

  2. On the Add data source page, configure the following parameters.

    ParameterDescription
    NameA name for the data source. Supports letters and digits.
    Data Source TypeSelect LQL.
    ParametersEnter the connection string in the following format: { "clusterKey":"<endpoint>:30020:$username:$password" }

    Replace the placeholders with the actual values:

    PlaceholderDescription
    <endpoint>The private endpoint for HBase API for Java connections. Format: x.hbaseue.rds.aliyuncs.com. Port 30020 is used for HBase protocol connections. For details, see View endpoints.
    $usernameThe username for LindormTable.
    $passwordThe password for LindormTable.
  3. Click Add.

Add an HBase-compatible LindormTable data source

Use this method to connect via the HBase protocol (Enhanced Edition).

  1. In the left-side navigation pane, choose Data Source Manage > Add Data Source.

  2. On the Add data source page, configure the following parameters.

    ParameterDescription
    NameA name for the data source. Supports letters and digits.
    Data Source TypeSelect Lindorm for HBase(Enhanced Edition).
    ParametersEnter the connection string in the following format: { "clusterKey":"{<endpoint>:30020}:{<username>}:{<password>}" }
    Cluster/etc/hosts (Only EMR or OpenSource Cluster needed)The /etc/hosts entries for your HBase cluster. Required only if you are connecting to a self-managed HBase cluster or an Elastic MapReduce (EMR) HBase cluster.

    Replace the placeholders with the actual values:

    PlaceholderDescription
    <endpoint>The private endpoint for HBase API for Java connections. Format: x.hbaseue.rds.aliyuncs.com. Port 30020 is used for HBase protocol connections. For details, see View endpoints.
    <username>The username for LindormTable.
    <password>The password for LindormTable.
  3. Click Add.

Add a Cassandra-compatible LindormTable data source

Use this method to connect via the Cassandra protocol.

  1. In the left-side navigation pane, choose Data Source Manage > Add Data Source.

  2. On the Add data source page, configure the following parameters.

    ParameterDescription
    NameA name for the data source. Supports letters and digits.
    Data Source TypeSelect Lindorm for Cassandra.
    ParametersEnter the connection string in the following format. See the placeholder table below for details.

    Parameters format:

    {
      "cqlAddress": "<cassandra-endpoint>:9042",
      "username": "",
      "password": "",
      "clusterKey": "<hbase-endpoint>:30020:<username>:<password>"
    }

    Replace the placeholders with the actual values:

    PlaceholderDescription
    <cassandra-endpoint>The Cassandra-compatible private endpoint. Format: x.rds.aliyuncs.com. Port 9042 is used for Cassandra protocol connections. For details, see View endpoints.
    <hbase-endpoint>The private endpoint for HBase API for Java connections. Format: x.hbaseue.rds.aliyuncs.com. Port 30020 is used for HBase protocol connections.
    <username>The username for LindormTable.
    <password>The password for LindormTable.
  3. Click Add.