pyarrow.HadoopFileSystem.rename

HadoopFileSystem.rename(path, new_path)[source]

Rename file, like UNIX mv command.

Parameters
  • path (str) – Path to alter.

  • new_path (str) – Path to move to.