Base interface for cluster types that the DryadLinqContext constructor can accept.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.1.5.0 (0.1.5.0)
Syntax
The DryadLinqCluster type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Client |
Gets the client cluster interface.
| |
| MakeDefaultUri |
Makes a new unique URI for storing a dataset in the DFS.
|
Properties
| Name | Description | |
|---|---|---|
| DfsClient |
Gets the client DFS interface.
| |
| HeadNode |
Gets the hostname of the head node of the cluster.
| |
| Kind |
Gets the service platform of this cluster.
|
See Also