HTTP Properties
- Last Updated: June 9, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Apache Spark SQL 6.0
- Documentation
The following table summarizes connection properties which can be used to configure the driver to use requests using HTTP transport (HTTP mode).
| Property | Characteristic |
|---|---|
Specifies the path of the HTTP/HTTPS endpoint
used for connections when HTTP mode is enabled (TransportMode=http). The default is |
|
| TransportMode |
Specifies whether binary (TCP) mode or HTTP mode is used to access Apache Spark SQL data sources. If set to If set to The default is |
|
Specifies the string value of the User-Agent header to be used in HTTP requests. This property provides a method to override the default value of the User-Agent header when required by a service. No default value, which means the driver uses Progress/8.0 (SparkSQL ODBC driver) for the value of the User-Agent header. |