pyarrow.HadoopFileSystem.cat

HadoopFileSystem.cat(path)

Return contents of file as a bytes object.

Parameters

path (str) – File path to read content from.

Returns

contents (bytes)