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.2.1.0 (0.2.1.0)
Syntax
The DryadLinqCluster type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Client |
Gets the client cluster interface.
| |
| MakeInternalClusterUri |
Makes a new URI for storing a dataset in the DFS.
|
Properties
| Name | Description | |
|---|---|---|
| DefaultMaxNodes |
The maximum number of nodes to use for a job if JobMaxNodes is not set in DryadLinqContext
| |
| 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