TransportMode Parameter (Connect-SparkSQL Cmdlet)
The transport mode to use to communicate with the Hive server. Accepted entries are BINARY and HTTP.
Syntax
Connect-SparkSQL -TransportMode string
Possible Values
BINARY, HTTPData Type
cstr
Default Value
"BINARY"
Remarks
The transport mode used to communicate with Hive server.
This property should be set to the 'hive.server2.transport.mode' value specified in your Hive configuration file (hive-site.xml).
This is a required parameter.