【发布时间】:2015-08-02 22:32:59
【问题描述】:
我知道它的经验法则: 大数据,非迭代,容错 => MapReduce ; 速度、小数据、迭代、非 Mapper-Reducer 类型 => MPI (Hadoop MapReduce vs MPI (vs Spark vs Mahout vs Mesos) - When to use one over the other?)。
我想知道我应该使用什么基准测试方法来证明 MapReduce 适用于大数据、非迭代、容错情况。我应该使用什么基准测试方法来证明 MPI 在速度、小数据和迭代案例方面表现出色。
非常感谢您提供的任何帮助
【问题讨论】:
标签: hadoop mpi cluster-computing benchmarking