HTTP Path
- Last Updated: July 29, 2021
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Spark SQL 8.0
- Documentation
Attribute
HTTPPath (HP)
Purpose
Specifies the path component of the HTTP/HTTPS endpoint used for connections
when HTTP mode is enabled (TransportMode=1).
Valid Values
string
where:
- string
- is the path component of the URL endpoint. By default, the value
specified must be an HTTP end point. To support HTTPS values, enable SSL using the
Encryption Method option (
EncryptionMethod=1).
Example
If your server was listening to the following URL:
https://myserver:10000/cliservice/
Then the following value should be specified for HTTPPath:
cliservice
Notes
- This option is ignored when HTTP mode is disabled (
TransportMode=0). - If connecting to an Azure Databricks Spark cluster, you must specify the HTTP path using this option.
Default
cliservice