DryadLinqContextJobMaxNodes Property DryadLINQ documentation
Gets or sets the maximum number of cluster nodes for the DryadLINQ job.

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

public Nullable<int> JobMaxNodes { get; set; }

Property Value

Type: NullableInt32
Remarks

The default is null (no upper limit). May be overriden by cluster settings such as node templates.

See Also

Reference