Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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")