ibis.HDFS.put_tarfile¶
-
HDFS.
put_tarfile
(hdfs_path, local_path, compression='gzip', verbose=None, overwrite=False)¶ Write contents of tar archive to HDFS directly without having to decompress it locally first
Parameters: hdfs_path : string
local_path : string
compression : {‘gzip’, ‘bz2’, None}
overwrite : boolean, default False
verbose : boolean, default None (global default)