首页> 外文会议>International Conference on Algorithms and Architectures for Parallel Processing >Solving Large Graph Problems in MapReduce-Like Frameworks via Optimized Parameter Configuration
【24h】

Solving Large Graph Problems in MapReduce-Like Frameworks via Optimized Parameter Configuration

机译:通过优化的参数配置在MapReduce框架中解决大图中的问题

获取原文

摘要

In this paper, we propose a scheme to solve large dense graph problems under the MapReduce framework. The graph data is organized in terms of blocks and all blocks are assigned to different map workers for parallel processing. Intermediate results of map workers are combined by one reduce worker for the next round of processing. This procedure is iterative and the graph size can be reduced substantially after each round. In the last round, a small graph is processed on one single map worker to produce the final result. Specifically, we present some basic algorithms like Minimum Spanning Tree, Finding Connected Components and Single-Source Shortest Path which can be implemented efficiently using this scheme. We also offer a mathematical formulation to determine the parameters under our scheme so as to achieve the optimal running-time performance. Note that the proposed scheme can be applied in MapReduce-like platforms such as Spark. We use our own cluster and Amazon EC2 as the testbeds to respectively evaluate the performance of the proposed Minimum Spanning Tree algorithm under the MapReduce and Spark frameworks. The experimental results match well with our theoretical analysis. Using this approach, many parallelizable problems can be solved in MapReduce-like frameworks efficiently.
机译:在本文中,我们提出了一种解决MapReduce框架下的大密集图问题的方案。图表数据在块中组织,并且所有块都分配给不同地图工作者以进行并行处理。地图工人的中间结果由一个减少工人组合在下一轮处理中。该过程是迭代的,并且图形尺寸可以在每轮之后大大降低。在最后一轮中,在一个地图工作人员上处理了一个小图形以产生最终结果。具体地,我们介绍了一些类似于最小生成树的基本算法,找到连接的组件和单源最短路径,可以使用该方案有效地实现。我们还提供数学制定,以确定我们的方案下的参数,以实现最佳的运行时间性能。请注意,所提出的方案可以应用于像Spark等MapReduce的平台。我们使用自己的群集和亚马逊EC2作为测试平台分别评估所提出的最小生成树算法在MapReduce和Spark框架下的性能。实验结果与我们的理论分析相匹配。使用这种方法,可以有效地在MapReduce框架中解决许多并行问题。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号