You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/07/15 11:20:25 UTC

git commit: README update: added "for Big Data".

Repository: spark
Updated Branches:
  refs/heads/master 8f1d4226c -> 6555618c8


README update: added "for Big Data".


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6555618c
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6555618c
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6555618c

Branch: refs/heads/master
Commit: 6555618c8f39b4e7da9402c3fd9da7a75bf7794e
Parents: 8f1d422
Author: Reynold Xin <rx...@apache.org>
Authored: Tue Jul 15 02:20:01 2014 -0700
Committer: Reynold Xin <rx...@apache.org>
Committed: Tue Jul 15 02:20:01 2014 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6555618c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 096f13e..f87e07a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Apache Spark
 
-Spark is a fast and general cluster computing system. It provides
+Spark is a fast and general cluster computing system for Big Data. 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