ibis.backends.impala.HDFS.get¶
-
HDFS.
get
(hdfs_path: str, local_path: str = '.', overwrite: bool = False) → str¶ Download remote file or directory to the local filesystem.
- Parameters
hdfs_path (string) –
local_path (string, default '.') –
overwrite (bool, default False) –
keyword arguments passed down to any internal API used. (Further) –
- Returns
written_path – The path to the written file or directory
- Return type
string
- Raises