我正试图将HDFS中的两个文件合并到本地机器桌面上的一个文件夹中。我使用的命令是:
hadoop fs -getmerge -nl /user/hadoop/folder_name/ /Desktop/test_files/finalfile.csv
但这会返回以下错误:
getmerge: Mkdirs failed to create file:/Desktop/test_files (exists=false, cwd=file:/home/hadoop)
有人知道为什么会这样吗?我在搜索中找不到其他任何东西。
您需要创建本地文件夹/Desktop/test_files/