ImagineJHY / Imagine_MapReduce

MapReduce framework with C++11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imagine_MapReduce

Imagine_MapReduce is a MapReduce framework.

Any Problems

If you find a bug, post an issue! If you have questions about how to use Imagine_MapReduce, feel free to shoot me an email at imaginejhy@163.com

How to Build

Imagine_MapReduce uses CMake to support building. Install CMake before proceeding.

1. Navigating into the source directory

2. If it's your first time to build Imagine_MapReduce, excuting command 'make init' to init the thirdparty

3. Excuting command 'make prepare' in the source directory

Note: If you know what are you doing, you can Navigating into the thirdparty directory and using command 'git checkout' choosing the correct commitId of thirdparty before excuting command 'make prepare'

4. Excuting command 'make build' and Imagine_MapReduce builds a shared library by default

About

MapReduce framework with C++11


Languages

Language:C++ 93.3%Language:C 2.3%Language:CMake 1.9%Language:Python 0.9%Language:Shell 0.9%Language:Makefile 0.7%