Added spark official logo (#30775)

* Added spark official logo

* Update index.md
This commit is contained in:
kavurivk
2019-02-11 19:29:57 -05:00
committed by Randell Dawson
parent c58af731f3
commit bddc99e66d

View File

@ -4,6 +4,8 @@ title: Spark
## Spark ## Spark
![Spark](http://spark.apache.org/images/spark-logo-trademark.png "Spark")
<a href='http://spark.apache.org/' target='_blank' rel='nofollow'>Spark</a> is a fast and general cluster computing system for Big Data. It provides high-level APIs in Scala, Java, Python, and R, 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 DataFrames, MLlib for machine learning, GraphX for graph processing, and Spark Streaming for stream processing. <a href='http://spark.apache.org/' target='_blank' rel='nofollow'>Spark</a> is a fast and general cluster computing system for Big Data. It provides high-level APIs in Scala, Java, Python, and R, 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 DataFrames, MLlib for machine learning, GraphX for graph processing, and Spark Streaming for stream processing.
## Core Features ## Core Features