DryadLinqContextNodeGroup Property DryadLINQ documentation
Gets or sets the name of the compute node group when running on the cluster.

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

public string NodeGroup { get; set; }

Property Value

Type: String
Remarks

Creation and management of nodes groups is performed using the Cluster Manager.
Remarks

The default is null (no node group restriction).

See Also

Reference