DryadLinqContext Constructor (Int32, String)DryadLINQ documentation
Initializes a new instance of the DryadLinqContext class for local execution.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public DryadLinqContext(
	int numProcesses,
	string storageSetScheme = null
)

Parameters

numProcesses
Type: SystemInt32
The number of local worker processes that should be started.
storageSetScheme (Optional)
Type: SystemString
The default scheme for storage. Defaults to partitioned file
See Also

Reference