I am using
hdfs dfs -put myfile mypath
and for some files I get
put: 'myfile': File Exists
- does that mean there is a file with the same name or does that mean the same exact file (size, content) is already there?
- how can I specify an -overwrite option here?
Thanks!
question from:https://stackoverflow.com/questions/36816526/hdfs-dfs-put-with-overwrite