Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能告诉我,如何根据 hdfs 中的 IP 地址将 txt 文件从本地机器上传到另一台虚拟机。
问候, Baskar.V
您可能会发现 webHDFS REST API 很有用。我已经尝试将内容从我的本地 FS 写入 HDFS,它工作正常。但是基于 REST 的它应该可以在远程机器的本地 FS 上正常工作,前提是两台机器都已连接。