ADO.NET Provider for HDFS

Build 23.0.8839

接続の確立

HDFS への接続

接続するには、以下の接続プロパティを設定します。

  • Host:HDFS インストールのホストに設定。
  • Port:HDFS インストールのポートに設定。デフォルトポート:50070
  • UseSSL:(オプション)HDFS サーバーへのTLS/SSL 接続をネゴシエートするには、この値を'True' に設定します。デフォルト:'False'

HDFS への認証

There are two authentication methods available for connecting to the HDFS data source, Anonymous Authentication and Negotiate (Kerberos) Authentication.

Anonymous Authentication

In some situations, HDFS may be connected to without any authentication connection properties. To do so, set the AuthScheme to None (default).

Kerberos

When authentication credentials are required, you can use Kerberos. Kerberos で認証する方法についての詳細は、Kerberos の使用 を参照してください。

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