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.
有没有办法在同一网络中将数据从集群 1 中的网关节点直接复制到集群 2 的 HDFS。目前我正在对集群 2 的网关节点执行 scp 并将数据上传到 HDFS。
谢谢,
你可以尝试这样的事情:
hadoop fs -put [local_file] hdfs://[namenode2]:[namenode2_port]/[path]
假设: