Is there any way we can overwrite existing files, while coping from HDFS using:
HDFS
hadoop fs -copyToLocal
The -f work me.
hdfs dfs -copyFromLocal -f [LOCALFILEPATH] [HDFSFILEPAHT]