HTTPPath Parameter (Connect-SparkSQL Cmdlet)
The path component of the URL endpoint when using HTTP TransportMode.
Syntax
Connect-SparkSQL -HTTPPath string
Data Type
cstr
Default Value
"cliservice"
Remarks
This property is used to specify the path component of the URL endpoint when using HTTP TransportMode.
This property should be set to the value specified in the 'hive.server2.thrift.http.path' property of you Hive configuration file (hive-site.xml).