summaryrefslogtreecommitdiff
path: root/releases/_posts
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-07-26 22:34:05 +0100
committerSean Owen <sowen@cloudera.com>2016-07-29 12:20:53 -0700
commit7d3c47dd63fe3cb09a74505d860bcf5bc3967c6c (patch)
treefd0c128b8a76bc7c1ae77dfdd4b53d122fc2a1d0 /releases/_posts
parent65ec30e24bc7f1f81b0767d11867c6611d28fc6f (diff)
downloadspark-website-7d3c47dd63fe3cb09a74505d860bcf5bc3967c6c.tar.gz
spark-website-7d3c47dd63fe3cb09a74505d860bcf5bc3967c6c.tar.bz2
spark-website-7d3c47dd63fe3cb09a74505d860bcf5bc3967c6c.zip
Sync markdown with generated HTML according to what latest jekyll outputs; fix some markdown problems along the way
Diffstat (limited to 'releases/_posts')
-rw-r--r--releases/_posts/2013-02-07-spark-release-0-6-2.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/releases/_posts/2013-02-07-spark-release-0-6-2.md b/releases/_posts/2013-02-07-spark-release-0-6-2.md
index 0f983269e..07f57141c 100644
--- a/releases/_posts/2013-02-07-spark-release-0-6-2.md
+++ b/releases/_posts/2013-02-07-spark-release-0-6-2.md
@@ -1,15 +1,15 @@
----
-layout: post
-title: Spark Release 0.6.2
-categories: []
-tags: []
-status: publish
-type: post
-published: true
-meta:
- _edit_last: '4'
- _wpas_done_all: '1'
----
+---
+layout: post
+title: Spark Release 0.6.2
+categories: []
+tags: []
+status: publish
+type: post
+published: true
+meta:
+ _edit_last: '4'
+ _wpas_done_all: '1'
+---
Spark 0.6.2 is a maintenance release that contains several bug fixes and usability improvements. You can download it as a <a href="http://spark-project.org/download/spark-0.6.2-sources.tgz">source package</a> (2.5 MB tar.gz) or <a href="http://spark-project.org/download/spark-0.6.2-prebuilt.tgz">prebuilt package</a> (48 MB tar.gz).
We recommend that all Spark 0.6 users update to this maintenance release.
@@ -21,7 +21,7 @@ The fixes and improvements in this version include:
<li>A connection reuse bug fix that improves shuffle performance</li>
<li>Support for launching a cluster across multiple availability zones in the EC2 scripts</li>
<li>Support for deleting security groups when an EC2 cluster is terminated</li>
- <li>Improved memory configuration for the standalone deploy cluster daemons: instead of using <code>SPARK_MEM</code> for their memory, which often led people to give them much more memory than they intended, they now use a separate variable, <code>SPARK_DAEMON_MEMORY</code>, with a reasonable default of 512 MB
+ <li>Improved memory configuration for the standalone deploy cluster daemons: instead of using <code>SPARK_MEM</code> for their memory, which often led people to give them much more memory than they intended, they now use a separate variable, <code>SPARK_DAEMON_MEMORY</code>, with a reasonable default of 512 MB</li>
<li>Fixes to the Windows run scripts for Spark</li>
<li>Better detection of a machine's external IP address</li>
<li>Several small optimizations and bug fixes</li>
@@ -40,4 +40,4 @@ In total, eleven people contributed to this release:
<li>Lee Moon Soo (bug fix)</li>
<li>Patrick Wendell (bugs, docs)</li>
<li>Matei Zaharia (fault recovery, UI, docs, bug fixes)</li>
-</ul>
+</ul>