Skip to content

Commit

Permalink
[Docs] fix minor MLlib case typo
Browse files Browse the repository at this point in the history
Also make the list of features consistent in style.

Author: Nicholas Chammas <[email protected]>

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

56df319 [Nicholas Chammas] [Docs] fix minor MLlib case typo
  • Loading branch information
nchammas authored and mengxr committed Sep 5, 2014
1 parent 1725a1a commit 6a37ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
supports general computation graphs for data analysis. It also supports a
rich set of higher-level tools including Spark SQL for SQL and structured
data processing, MLLib for machine learning, GraphX for graph processing,
and Spark Streaming.
data processing, MLlib for machine learning, GraphX for graph processing,
and Spark Streaming for stream processing.

<http://spark.apache.org/>

Expand Down

0 comments on commit 6a37ed8

Please sign in to comment.