Skip to content

Commit f6ba9ea

Browse files
committed
test
1 parent a616858 commit f6ba9ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/content/howto/spark.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ weight: 1
1010
{{%exurl "Apache Spark""https://spark.apache.org/"%}} is a powerful open-source processing engine built around speed, ease of use, and sophisticated analytics, with APIs in Java, Scala, Python, R, and SQL.
1111
Spark runs programs up to 100x faster than Apache Hadoop MapReduce in memory, or 10x faster on disk.
1212
It can be used to build data applications as a library, or to perform ad-hoc data analysis interactively.
13+
14+
1315
Spark powers a stack of libraries including SQL, DataFrames, and Datasets, MLlib for machine learning, GraphX for graph processing, and Spark Streaming. You can combine these libraries seamlessly in the same application.
1416
As well, Spark runs on a laptop, Apache Hadoop, Apache Mesos, standalone, or in the cloud. It can access diverse data sources including HDFS, Apache Cassandra, Apache HBase, and S3.
1517

0 commit comments

Comments
 (0)