Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D2427E526 for ; Fri, 28 Dec 2012 18:12:21 +0000 (UTC) Received: (qmail 94309 invoked by uid 500); 28 Dec 2012 18:12:17 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 94202 invoked by uid 500); 28 Dec 2012 18:12:17 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Delivered-To: moderator for user@hadoop.apache.org Received: (qmail 5884 invoked by uid 99); 28 Dec 2012 08:19:13 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kshivakps@gmail.com designates 209.85.215.46 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=tHEmYgH3alKWrTU3DBV1MFKLO0mJk1UV3S5ZBRVxHX8=; b=r3KoZ3c23txzZV86dqg3LVzl4igx7CbZbBT1EGxCBu0mzp6cEy/jLP5S5PElL72lRs qVPeitgoGRC8kuzb74hGJv2S6CJGTSMK2kKQsjCF98cQpxXxGD6CJggWBhls5Dzm/U85 JehIHd3/AH1I82IgwUXFRTZILz68cNGuFqI1UwIb83nkScp0Xku/1ckEob1Pzr8CSv6J gUS1/iKnPnmcmdYjTZxr+JmSpIup7uGlCQwHFUJfCJOk7qP/v/bMJemwcacGOvCzoYNr 4cEn9qw4B9bmNqUWJo4T3mKk5LDJKalOXkpmPHdmzpkUweCpS5PK2v4HBZYBdl/Dpc97 Cv6A== MIME-Version: 1.0 Date: Fri, 28 Dec 2012 13:48:45 +0530 Message-ID: Subject: What is a SequenceFile? From: Kshiva Kps To: user@hadoop.apache.org Cc: user-subscribe@hadoop.apache.org Content-Type: multipart/alternative; boundary=f46d040891f5ee6a2c04d1e54fdc X-Virus-Checked: Checked by ClamAV on apache.org --f46d040891f5ee6a2c04d1e54fdc Content-Type: text/plain; charset=ISO-8859-1 What is a SequenceFile? *A. *A SequenceFile contains a binary encoding of an arbitrary number of homogeneous writable objects. * * *B. *A SequenceFile contains a binary encoding of an arbitrary number of heterogeneous writable objects. * * *C. *A SequenceFile contains a binary encoding of an arbitrary number of WritableComparable objects, in sorted order. * * *D. *A SequenceFile contains a binary encoding of an arbitrary number key-value pairs. Each key must be the same type. Each value must be same type. is *D *correct ans... --f46d040891f5ee6a2c04d1e54fdc Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

What is a SequenceFile?

=A0

=A0

A.=A0 A SequenceFile contain= s a binary encoding of an arbitrary number of homogeneous writable objects.

=A0

B.=A0 A SequenceFile contain= s a binary encoding of an arbitrary number of heterogeneous writable objects. <= /span>

=A0

C.=A0 A SequenceFile contain= s a binary encoding of an arbitrary number of WritableComparable objects, in so= rted order.

=A0

D.=A0 A SequenceFile contains a binary encoding of an arbitrary number key-value pairs. Each key must be th= e same type. Each value must be same type.


is D correct ans... --f46d040891f5ee6a2c04d1e54fdc--