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_copy_to_local(source: str, dest: str)
Description
Wraps the Hadoop fs -copyToLocal command.
Arguments
source
A character string specifying file(s) to be copied in HDFS
dest
A character string specifying the destination of a copy in Local File System If source includes more than one file, dest must be a directory.
Example
from revoscalepy import rx_hadoop_copy_to_local
rx_hadoop_copy_to_local("/user/RevoShare/foo.txt", "/tmp/foo.txt")