$ hdfs dfs -cat hdfs://Desktop:9000/user/ds/hello.txt
cat: `hdfs://Desktop:9000/user/ds/hello.txt': No such file or directory
解决方案:
不要使用这种命令
hdfs dfs -mkdir -p
不存在这种命令!
$ hdfs dfs -cat hdfs://Desktop:9000/user/ds/hello.txt
cat: `hdfs://Desktop:9000/user/ds/hello.txt': No such file or directory
解决方案:
不要使用这种命令
hdfs dfs -mkdir -p
不存在这种命令!