ExtensionMethods.ReadWebHdfsCollection Method Naiad Help

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

Overload List

  NameDescription
Public methodStatic memberReadWebHdfsCollection<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.
Public methodStatic memberReadWebHdfsCollection<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.
Top
See Also

Reference