Cassandra

Version 25.3.9414


Cassandra


CData Sync アプリケーションからCassandra コネクタを使用して、サポートされている任意のデータソースから同期先のCassandra へデータを移動できます。これを行うには、コネクタを追加し、コネクタへの認証を行い、接続を完了する必要があります。

Cassandra コネクタを追加

Sync でCassandra のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります。

  1. Sync のダッシュボードから接続ページを開きます。

  2. 接続を追加をクリックしてコネクタを選択ページを開きます。

  3. 同期先タブをクリックしてCassandra 行に移動します。

  4. 行末にある接続を設定アイコンをクリックして、新しい接続ページを開きます。接続を設定アイコンが利用できない場合は、コネクタをダウンロードアイコンをクリックしてCassandra コネクタをインストールします。新規コネクタのインストールについて詳しくは、接続を参照してください。

Cassandra への認証

コネクタを追加したら、必須プロパティを設定する必要があります。

  • Connection Name - Enter a connection name of your choice.

  • Server - Enter the host name or the IP address of the server that hosts the Cassandra database. The default host name is localhost.

  • Port - Enter the port number of the server that hosts the Cassandra database. The default port value is 9042.

CData Sync supports authenticating to Cassandra in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

Basic

ユーザー資格情報で接続するには、次のプロパティを設定します。

  • Auth Scheme:Basic を選択。

  • User:Cassandra アカウントへの認証に使用するユーザー名を入力。

  • Password:Cassandra アカウントへの認証に使用するパスワードを入力。

Note: In the cassandra.yaml file, you also need to set the authenticator property to PasswordAuthenticator.

DataStax Enterprise

To connect with DataStax Enterprise credentials, specify the following properties:

  • Auth Scheme - Select DSE.

  • User - Enter the username that you use to authenticate to the Cassandra database.

  • Password - Enter the password that you use to authenticate to the Cassandra database.

Note: In the cassandra.yaml file, you also need to set the authenticator property to com.datastax.bdp.cassandra.auth.DseAuthenticator.

Kerberos

Kerberos で接続するには、以下を指定します。

  • Auth Scheme - Kerberos を選択。

  • User - Cassandra アカウントへの認証に使用するユーザー名を入力。

  • Password - Cassandra アカウントへの認証に使用するパスワードを入力。

  • Kerberos KDC - Kerberos キー配布センター(KDC)マシンのホスト名またはIP アドレスを入力。

  • Kerberos Realm - Kerberos への認証に使用するKerberos レルムを入力。

  • Kerberos SPN - Kerberos ドメインコントローラーのサービスプリンシパル名(SPN)を入力。

  • Kerberos User - Kerberos ドメインコントローラーのプリンシパル名を入力。この名前は、Host/User@Realm の形で指定する必要があります。

  • Kerberos Keytab File(オプション)- Kerberos キータブファイルの完全なファイルパスを入力。

  • Kerberos Ticket Cache(オプション)- MIT Kerberos 資格情報キャッシュファイルの完全なファイルパスを入力。

Note: In the cassandra.yaml file, you also need to set the authenticator property to com.datastax.bdp.cassandra.auth.DseAuthenticator.

LDAP

To connect with LDAP credentials, specify the following properties:

  • Auth Scheme - Select LDAP.

  • LDAP Server - Enter the host name or the IP address of your LDAP server.

  • User - Enter the username that you use to authenticate to the Cassandra database.

  • Password - Enter the password that you use to authenticate to the Cassandra database.

  • LDAP Password - Enter the password of the default LDAP user.

    Note: You must set the password if the LDAP server does not allow anonymous bind.

  • LDAP Port - Enter the port for your LDAP server. The default port is 389.

  • Default LDAP User - Enter the default LDAP user used to connect to and communicate with the server, it must be set if the LDAP server do not allow anonymous bind.

  • Search Base - Enter the user-lookup search base for your LDAP server.

  • Search Filter - Enter the search filter that you want to use to look up usernames in LDAP. The default setting is (uid=)

Note: In the cassandra.yaml file, you also need to set the authenticator property to com.datastax.bdp.cassandra.auth.DseAuthenticator.

Complete Your Connection

To complete your connection:

  1. Specify the following properties:

    • Database (optional) - Enter the name of the Cassandra keyspace that contains your tables.

    • Use SSL - Specify whether you want to use the Secure Sockets Layer (SSL) protocol. The default value is False.

    • Consistency Level - Select the level that determines the number of the replicas from which you want to enforce a response before queries are considered a success. The default level is ONE.

  2. 高度な設定タブで接続の高度な設定を定義します。(ただし、ほとんどの場合これらの設定は必要ありません。)

  3. 作成およびテストをクリックして接続を作成します。

詳細情報

CData Sync とCassandra の連携について、詳しくはCassandra Connector for CData Sync を参照してください。