From 7d65463580219ba0f2847a2ef4bd7896eb7daacd Mon Sep 17 00:00:00 2001 From: Matei Alexandru Zaharia Date: Mon, 10 Feb 2014 08:37:06 +0000 Subject: Spelling and cosmetic fix --- site/releases/spark-release-0-8-0.html | 138 ++++++++++++++++----------------- 1 file changed, 69 insertions(+), 69 deletions(-) (limited to 'site/releases/spark-release-0-8-0.html') diff --git a/site/releases/spark-release-0-8-0.html b/site/releases/spark-release-0-8-0.html index b1abc7b57..97a18d6de 100644 --- a/site/releases/spark-release-0-8-0.html +++ b/site/releases/spark-release-0-8-0.html @@ -204,13 +204,13 @@
  • The examples build has been isolated from the core build, substantially reducing the potential for dependency conflicts.
  • The Spark Streaming Twitter API has been updated to use OAuth authentication instead of the deprecated username/password authentication in Spark 0.7.0.
  • Several new example jobs have been added, including PageRank implementations in Java, Scala and Python, examples for accessing HBase and Cassandra, and MLlib examples.
  • -
  • Support for running on Mesos has been improved – now you can deploy a Spark assembly JAR as part of the Mesos job, instead of having Spark pre-installed on each machine. The default Mesos version has also been updated to 0.13.
  • +
  • Support for running on Mesos has been improved – now you can deploy a Spark assembly JAR as part of the Mesos job, instead of having Spark pre-installed on each machine. The default Mesos version has also been updated to 0.13.
  • This release includes various optimizations to PySpark and to the job scheduler.
  • Compatibility