From b775865149690eb2f5122af4c255d6bafbb68238 Mon Sep 17 00:00:00 2001 From: tangyouhua Date: Sat, 15 Oct 2016 22:19:47 +0800 Subject: [PATCH] add dpark url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db96b1f..0230ef1 100644 --- a/README.md +++ b/README.md @@ -953,7 +953,7 @@ Python实现的数据库。 MapReduce 框架和库。 -* dpark:Spark 的 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)