当前位置

网站首页> 程序设计 > 开源项目 > 编程语言 > 浏览文章

C++ 的 MapReduce​ 框架 MR4C

作者:小梦 来源: 网络 时间: 2024-05-18 阅读:

#JetBrains 六折贺新春!IntelliJ IDEA,PyCharm,WebStorm,PhpStorm 优惠!

MR4C 是 Google 开发的 C++ 的 MapReduce 框架,你可以在 Hadoop 架构中执行本地代码。

依赖:

  • tested with Ubuntu 12.04 and CentOS 6.5

  • tested with CDH 5.2.0 (either MRV1 or YARN)

  • ant (1.8.2 min)

  • java (1.6 min)

  • ivy (2.1 min)

  • make (3.8.1 min)

  • g++ (4.6.3 min)

  • log4cxx (0.10.0)

  • jansson (2.2.1 min)

  • cppunit (1.12.1 min)

  • proj4 (4.8.0 min)

  • gdal (1.10 min)

相关阅读