CData Python Connector for Presto

Build 24.0.9062

接続の確立

コネクタ内で利用可能なオブジェクトは、"cdata.presto" モジュールからアクセスできます。モジュールのオブジェクトを直接使用するには:

  1. モジュールを以下のようにインポートします。
    import cdata.presto as mod
  2. 接続を確立するには、以下のような適切な接続文字列を使用してコネクタオブジェクトからconnect() メソッドを呼び出します。
    mod.connect("Server=127.0.0.1;Port=8080;")

Connecting to Presto

Set the Server and Port connection properties to connect, in addition to any authentication properties that may be required.

Securing Presto Connections

To enable TLS/SSL in the 本製品, set UseSSL to true.

Authenticating to Presto

Presto supports authentication via either LDAP or Kerberos. If the Presto server does not have authentication set up, leave AuthScheme set to NONE (default).

The following subsections describe the requirements for authenticating with either LDAP or Kerberos.

LDAP

To authenticate with LDAP, set these connection properties:

  • AuthScheme: LDAP.
  • User: The authenticating user.
  • Password: The authenticating user's password.

Kerberos

For details on authenticating with Kerberos, see Kerberos の使用.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9062