[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | ReadWebHdfsCollection<TOutput>(Computation, Uri, Func<Stream, IEnumerable<ArraySegment<TOutput>>>) |
Read a collection of HDFS files serialized in a custom binary format. Concatenate all the records to the output,
in an unspecified order.
|
![]() ![]() | ReadWebHdfsCollection<TOutput>(Computation, Uri, Func<Stream, IEnumerable<ArraySegment<TOutput>>>, String, Int32) |
Read a collection of HDFS files serialized in a custom binary format. Concatenate all the records to the output,
in an unspecified order.
|
See Also