DfsTextCoordinator Constructor Naiad Help

[This is preliminary documentation and is subject to change.]

create a coordinator for reading Dfs files with fixed-length blocks, made of text records

Namespace: Microsoft.Research.Naiad.Frameworks.Storage.Dfs
Assembly: Microsoft.Research.Naiad.Storage (in Microsoft.Research.Naiad.Storage.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public DfsTextCoordinator(
	HdfsClientBase client
)

Parameters

client
Type: HdfsClientBase
client used for reading Hdfs data and metadata
See Also

Reference