Gets or sets the value specifying whether to use Local execution mode.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
Syntax
Property Value
Type: BooleanRemarks
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