ServerConfigurations Parameter (Connect-SparkSQL Cmdlet)
A name-value list of server configuration variables to override the server defaults.
Syntax
Connect-SparkSQL -ServerConfigurations string
Data Type
cstr
Default Value
""
Remarks
This property takes a comma separated list of configuration variables specified as name-value pairs. Any values specified here will be sent to the Hive server to override the default values.
Example: hive.enforce.bucketing=true,hive.enforce.sorting=true