add dpark url

pull/7/merge
tangyouhua 2016-10-15 22:19:47 +08:00
parent 8b3bf28502
commit b775865149
1 changed files with 1 additions and 1 deletions

View File

@ -953,7 +953,7 @@ Python实现的数据库。
MapReduce 框架和库。
* dparkSpark 的 Python 克隆版,一个类似 MapReduce 的框架。[官网](https://github.com/douban/dpark)
* [dpark](http://hao.jobbole.com/dpark/)Spark 的 Python 克隆版,一个类似 MapReduce 的框架。[官网](https://github.com/douban/dpark)
* dumbo这个 Python 模块可以让人轻松的编写和运行 Hadoop 程序。[官网](https://github.com/klbostee/dumbo)
* luigi这个模块帮你构建批处理作业的复杂流水线。[官网](https://github.com/spotify/luigi)
* mrjob在 Hadoop 或 Amazon Web Services 上运行 MapReduce 任务。[官网](https://github.com/Yelp/mrjob)