rx_hadoop_command
revoscalepy.rx_hadoop_command(cmd: str) -> revoscalepy.functions.RxHadoopUtils.RxHadoopCommandResults
Executes arbitrary Hadoop commands and performs standard file operations in Hadoop.
A character string containing a valid Hadoop command, that is, the cmd portion of Hadoop Command. Embedded quotes are not permitted.
Class RxHadoopCommandResults
rx_hadoop_make_dir
rx_hadoop_copy_from_local
rx_hadoop_remove_dir
rx_hadoop_file_exists
rx_hadoop_list_files
from revoscalepy import rx_hadoop_command
rx_hadoop_command("version")