Repository: spark Updated Branches: refs/heads/master 1725a1a5d -> 6a37ed838
[Docs] fix minor MLlib case typo Also make the list of features consistent in style. Author: Nicholas Chammas <[email protected]> Closes #2278 from nchammas/patch-1 and squashes the following commits: 56df319 [Nicholas Chammas] [Docs] fix minor MLlib case typo Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6a37ed83 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6a37ed83 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6a37ed83 Branch: refs/heads/master Commit: 6a37ed838b3cbf96f7a904f3d3dabf99141729f5 Parents: 1725a1a Author: Nicholas Chammas <[email protected]> Authored: Thu Sep 4 23:37:06 2014 -0700 Committer: Xiangrui Meng <[email protected]> Committed: Thu Sep 4 23:37:06 2014 -0700 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/6a37ed83/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0a683a4..5b09ad8 100644 --- a/README.md +++ b/README.md @@ -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/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
