Initializes a new instance of the DryadLinqContext class for a YARN cluster.
Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax
public DryadLinqContext( string clusterName, PlatformKind platform = PlatformKind.YARN_AZURE )
Parameters
- clusterName
- Type: SystemString
The head node of the cluster and DFS - platform (Optional)
- Type: Microsoft.Research.DryadLinqPlatformKind
The service platform to run DryadLINQ jobs. Defaults to YARN Azure
See Also