Hi,
I am trying to copy files from HDFS location to a folder in the remote server.
I have tried using hdfs dfs -get/-copyToLocal <hdfs path> <local path> commands, yet no luck.
I need to make this script run automatically everyday. How do i do that?
I am very new to Hadoop. Any help is greatly appreciated