Description
If non-existant path or src is provided with rm/rmr option then no error message is displayed
command: hadoop dfs -rm <src> (where src is non-existant)
dfs displays "rm: <src>"
while it should display "No such file or directory".
If non-existant path or src is provided with rm/rmr option then no error message is displayed
command: hadoop dfs -rm <src> (where src is non-existant)
dfs displays "rm: <src>"
while it should display "No such file or directory".