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.
我是 Hadoop 新手。我想编写一个 MR 作业,对数据进行一些处理并将结果移动到另一个集群。我知道我可以简单地更改驱动程序函数中的目标,但我认为它会按顺序而不是以分布式方式传输数据。有什么方法可以从 MR 工作中调用 DistCp 吗?