DryadLinqContextGraphManagerNode Property DryadLINQ documentation
Gets or sets the node that should be used for running the Dryad Graph Manager task.

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 GraphManagerNode { get; set; }

Property Value

Type: String
Remarks

If null, the Graph Manager task will run on an arbitrary machine that is allocated to the DryadLINQ job.
See Also

Reference