Repository: spark Updated Branches: refs/heads/master 52beb20f7 -> 8f1d4226c
Update README.md to include a slightly more informative project description. (cherry picked from commit 401083be9f010f95110a819a49837ecae7d9c4ec) Signed-off-by: Reynold Xin <r...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/8f1d4226 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/8f1d4226 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/8f1d4226 Branch: refs/heads/master Commit: 8f1d4226c285e33d2fb839d3163bb374eb6db0e7 Parents: 52beb20 Author: Reynold Xin <r...@apache.org> Authored: Tue Jul 15 02:15:29 2014 -0700 Committer: Reynold Xin <r...@apache.org> Committed: Tue Jul 15 02:17:09 2014 -0700 ---------------------------------------------------------------------- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/8f1d4226/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index f6e7f51..096f13e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # Apache Spark -Lightning-Fast Cluster Computing - <http://spark.apache.org/> +Spark is a fast and general cluster computing system. It provides +high-level APIs in Scala, Java, and Python, and an optimized engine that +supports general computation graphs for data analysis. It also supports a +rich set of higher-level tools including Spark SQL for SQL and structured +data processing, MLLib for machine learning, GraphX for graph processing, +and Spark Streaming. + +<http://spark.apache.org/> ## Online Documentation