Gets or sets the node that should be used for running the Dryad Graph Manager task.
Namespace: Microsoft.Research.DryadLinqAssembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.2.0 (0.1.2.0)
public string GraphManagerNode { get; set; }public string GraphManagerNode { get; set; }Public Property GraphManagerNode As String
Get
Set
Public Property GraphManagerNode As String
Get
Set
public:
property String^ GraphManagerNode {
String^ get ();
void set (String^ value);
}public:
property String^ GraphManagerNode {
String^ get ();
void set (String^ value);
}Property Value
Type:
String
If null, the Graph Manager task will run on an arbitrary machine that is allocated to the DryadLINQ job.