如何使用httpfs将文件复制到hdfs中的另一个目录。例如,我可以使用(http://1.12.134.1234:2020/webhdfs/v1/user/xx/x?op=create&user=hello)来创建文件。我在https://hadoop.apache.org/docs/stable2/hadoop-project-dist/hadoop-hdfs/WebHDFS.html#File_and_Directory_Operations
中找不到答案 0 :(得分:0)
没有webhdfs' copy'命令。使用hadoop distcp命令(或检索内容,创建新文件,如果文件预计是一个小的,则写入内容)。 Copy a file using WebHDFS也回答了这个问题。