Submits a list of DryadLinq queries for execution and waits for the job to complete
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
Parameters
- sources
- Type: System.LinqIQueryable
A set of DryadLINQ queries to execute
Return Value
Type: DryadLinqJobInfoInformation about the job being submitted for execution.
Exceptions
Exception | Condition |
---|---|
DryadLinqException | If the job completes in error or is cancelled. |
DryadLinqException | If repeated errors occur while polling for status. |
Remarks
See Also