DryadLinqClusterMakeInternalClusterUri Method DryadLINQ documentation
Makes a new URI for storing a dataset in the DFS.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

Uri MakeInternalClusterUri(
	params string[] path
)

Parameters

path
Type: SystemString
A user provided local path

Return Value

Type: Uri
A new URI that can be used to store a dataset
See Also

Reference