[Docs] fix minor MLlib case typo

Also make the list of features consistent in style.

Author: Nicholas Chammas <nicholas.chammas@gmail.com>

Closes #2278 from nchammas/patch-1 and squashes the following commits:

56df319 [Nicholas Chammas] [Docs] fix minor MLlib case typo
This commit is contained in:
Nicholas Chammas 2014-09-04 23:37:06 -07:00 committed by Xiangrui Meng
parent 1725a1a5d1
commit 6a37ed838b

View file

@ -4,8 +4,8 @@ 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 high-level APIs in Scala, Java, and Python, and an optimized engine that
supports general computation graphs for data analysis. It also supports a supports general computation graphs for data analysis. It also supports a
rich set of higher-level tools including Spark SQL for SQL and structured rich set of higher-level tools including Spark SQL for SQL and structured
data processing, MLLib for machine learning, GraphX for graph processing, data processing, MLlib for machine learning, GraphX for graph processing,
and Spark Streaming. and Spark Streaming for stream processing.
<http://spark.apache.org/> <http://spark.apache.org/>