We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52beb20 commit 8f1d422Copy full SHA for 8f1d422
README.md
@@ -1,6 +1,13 @@
1
# Apache Spark
2
3
-Lightning-Fast Cluster Computing - <http://spark.apache.org/>
+Spark is a fast and general cluster computing system. It provides
4
+high-level APIs in Scala, Java, and Python, and an optimized engine that
5
+supports general computation graphs for data analysis. It also supports a
6
+rich set of higher-level tools including Spark SQL for SQL and structured
7
+data processing, MLLib for machine learning, GraphX for graph processing,
8
+and Spark Streaming.
9
+
10
+<http://spark.apache.org/>
11
12
13
## Online Documentation
0 commit comments