DryadLinqContext LocalExecution Property DryadLINQ documentation
Gets or sets the value specifying whether to use Local execution mode.

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

public bool LocalExecution { get; set; }

Property Value

Type: Boolean
Remarks

If true, the DryadLINQ Query will execute by forking processes on the local computer instead of using a cluster. LocalExecution mode accesses HDFS as usual for input and output data.

The default is false.

See Also