pyarrow.HadoopFileSystem.cat

HadoopFileSystem.cat(path)

Return contents of file as a bytes object.

Parameters:
pathstr

File path to read content from.

Returns:
contentsbytes