From b662e6e523aa668faf4ba0a14c766a610dd1cdbb Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Wed, 25 Sep 2013 23:04:55 +0000 Subject: Slight wording change. --- releases/_posts/2013-09-25-spark-release-0-8-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'releases') diff --git a/releases/_posts/2013-09-25-spark-release-0-8-0.md b/releases/_posts/2013-09-25-spark-release-0-8-0.md index f619b1f0f..42d7c0216 100644 --- a/releases/_posts/2013-09-25-spark-release-0-8-0.md +++ b/releases/_posts/2013-09-25-spark-release-0-8-0.md @@ -12,7 +12,7 @@ meta: --- Spark 0.8.0 is a major release that includes many new capabilities and usability improvements. It’s also our first release under the Apache incubator. It is the largest Spark release yet, with contributions from 67 developers and 24 companies. -You can download Spark 0.8.0 as either a source package (4 MB tar.gz) or a prebuilt pacakge for Hadoop 1 / CDH3 or CDH4 (125 MB tar.gz). Download signatures and checksums are available at the official [Apache download site](http://www.apache.org/dist/incubator/spark/spark-0.8.0-incubating/). +You can download Spark 0.8.0 as either a source package (4 MB tar.gz) or a prebuilt pacakge for Hadoop 1 / CDH3 or CDH4 (125 MB tar.gz). Release signatures and checksums are available at the official [Apache download site](http://www.apache.org/dist/incubator/spark/spark-0.8.0-incubating/). ### Monitoring UI and Metrics Spark now displays a variety of monitoring data in a web UI (by default at port 4040 on the driver node). A new job dashboard contains information about running, succeeded, and failed jobs, including percentile statistics covering task runtime, shuffled data, and garbage collection. The existing storage dashboard has been extended, and additional pages have been added to display total storage and task information per-executor. Finally, a new metrics library exposes internal Spark metrics through various API’s including JMX and Ganglia. -- cgit v1.2.3