From 94b8793a71a19c57c2f5617c4a4b6960362e51b4 Mon Sep 17 00:00:00 2001 From: Matei Alexandru Zaharia Date: Tue, 8 Oct 2013 01:51:07 +0000 Subject: Update homepage to point to powered-by and committers --- site/releases/spark-release-0-3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/releases/spark-release-0-3.html') diff --git a/site/releases/spark-release-0-3.html b/site/releases/spark-release-0-3.html index a494c5051..ee8632a01 100644 --- a/site/releases/spark-release-0-3.html +++ b/site/releases/spark-release-0-3.html @@ -138,7 +138,7 @@

Native Types for SequenceFiles

-

In working with SequenceFiles, which store objects that implement Hadoop’s Writable interface, Spark will now let you use native types for certain common Writable types, like IntWritable and Text. For example:

+

In working with SequenceFiles, which store objects that implement Hadoop’s Writable interface, Spark will now let you use native types for certain common Writable types, like IntWritable and Text. For example:

// Will read a SequenceFile of (IntWritable, Text)
-- cgit v1.2.3