pyarrow.HadoopFileSystem.rename#

HadoopFileSystem.rename(path, new_path)[source]#

Rename file, like UNIX mv command.

Parameters:
pathstr

Path to alter.

new_pathstr

Path to move to.