SyntaxFix
Write A Post
Hire A Developer
Questions
In hadoop1.0:
hadoop fs -rmr /PATH/ON/HDFS
In hadoop2.0:
hdfs dfs -rm -R /PATH/ON/HDFS
Use \ to escape , in path
\
,