Submits a list of DryadLinq queries for execution and waits for the job to complete
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Parameters
- sources
- Type: System.Linq IQueryable
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