Miscellaneous
このセクションでは、本プロバイダーの接続設定で設定可能なMiscellaneous プロパティの全リストを提供します。
| プロパティ | 説明 |
| AsyncQueryTimeout | The timeout for asynchronous requests issued by the provider to download large result sets. |
| EnableXSRF | This option specifies whether to add the X-XSRF-Header filter to HiveServer2 HTTP mode. |
| FailoverHosts | This property allows you to specify a list of failover hosts in addition to the one configured in Server and Port . |
| HTTPPath | The path component of the URL endpoint when using HTTP TransportMode. |
| MaxRows | クエリで集計またはGROUP BY を使用しない場合に返される行数を制限します。これはLIMIT 句よりも優先されます。 |
| Other | これらの隠しプロパティは特定のユースケースでのみ使用されます。 |
| Pagesize | Apache Hive から返されるページあたりの結果の最大数。 |
| QueryPassthrough | このオプションは、クエリをApache Hive サーバーにas-is で渡します。 |
| Readonly | このプロパティを使用して、provider からApache Hive へのアクセスを読み取り専用に設定できます。 |
| ServerConfigurations | A list of server configuration variables to override the server defaults. |
| Timeout | タイムアウトエラーがスローされ、処理をキャンセルするまでの秒数。 |
| UseDescTableQuery | This option specifies whether the columns will be retrieved using a DESC TABLE query or the GetColumns Thrift API. |
| UserDefinedViews | カスタムビューを含むJSON コンフィギュレーションファイルを指すファイルパス。 |
| UseShowDatabasesQuery | This option specifies whether the schemas will be retrieved using a SHOW DATABASES query or the GetSchemas Thrift API. |
| UseShowTablesQuery | This option specifies whether the tables will be retrieved using a SHOW TABLES query or the GetTables Thrift API. |
| UseSSL | Specifies whether to use SSL Encryption when connecting to Hive. |
| UseZookeeperDiscovery | Specifies whether to use ZooKeeper Service Discovery. |
| ZookeeperNamespace | The namespace configured on ZooKeeper for the Hive Server 2 znodes. |