AsyncQueryTimeout Parameter (Connect-SparkSQL Cmdlet)
The timeout for asynchronous requests issued by the provider to download large result sets.
Syntax
Connect-SparkSQL -AsyncQueryTimeout int
Data Type
int
Default Value
300
Remarks
If the AsyncQueryTimeout property is set to 0, asynchronous operations will not time out; instead, they will run until they complete successfully or encounter an error condition. This property is distinct from Timeout which applies to individual operations while AsyncQueryTimeout applies to execution time of the operation as a whole.
If AsyncQueryTimeout expires and the asynchronous request has not finished being processed, the 本製品 raises an error condition.