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_file_exists(path: typing.Union[list, str])
Description
Wraps the Hadoop fs -test -e command.
Arguments
path
Character string or list. A list of paths or A character string specifying location of one or more files or directories.
Returns
A bool value specifying whether file exists.
Example
from revoscalepy import rx_hadoop_file_exists
rx_hadoop_file_exists("/user/RevoShare/newUser/foo.txt")