Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Usage
revoscalepy.rx_hadoop_remove(path: typing.Union[list, str], skip_trash=False)
Description
Wraps the Hadoop fs -rm or fs -rm -skipTrash command.
Arguments
path
Character string or list. A list of paths or A character string specifying location of one or more files.
:param skip_trash. If True, removal bypasses the trash folder, if one has been set up.
Example
from revoscalepy import rx_hadoop_remove
rx_hadoop_remove("/user/RevoShare/newUser/foo.txt", skip_trash = True)