DryadLinqContextLocalDebug Property DryadLINQ documentation
Gets or sets the value specifying whether to use Local debugging mode.

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

public bool LocalDebug { get; set; }

Property Value

Type: Boolean
Remarks

If true, the DryadLINQ query will execute in the current CLR via LINQ-to-Objects. This mode is particularly useful for debugging user-functions before attempting cluster execution. LocalDebug mode accesses input and output data as usual.

LocalDebug mode does not perform vertex-code compilation.

The default is false.

See Also

Reference