A simple map reduce framework
Currently support:
- Submit job
- Use share file system
TODO:
- Add dfs support
- currenly support a thrift based transport fs
- not tested distributedly
- Add multiple node support
- migrate thread to process based solution
- need a process-able processor
- or change heavy-load part to multiprocess only
- check possible race condition
thriftpy is forked from https://github.com/eleme/thriftpy, changed in following parts:
- allow registering same service with different names