Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 93294 invoked from network); 13 Sep 2010 09:16:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Sep 2010 09:16:50 -0000 Received: (qmail 43655 invoked by uid 500); 13 Sep 2010 09:16:48 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 43399 invoked by uid 500); 13 Sep 2010 09:16:44 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 43391 invoked by uid 99); 13 Sep 2010 09:16:43 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Sep 2010 09:16:43 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tmatthewjohn1988@gmail.com designates 209.85.216.169 as permitted sender) Received: from [209.85.216.169] (HELO mail-qy0-f169.google.com) (209.85.216.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Sep 2010 09:16:20 +0000 Received: by qyk8 with SMTP id 8so1851737qyk.14 for ; Mon, 13 Sep 2010 02:15:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=XFDA7ZkjZBJ6VMmKDtp3gahqEeteM1F8+xhPlyJLRzA=; b=IkLAcmVQtJdf8b5biweXOueQIgIQJc5mPARdLmEHBX0k1BFUk7mTX8NIVL80JcJtYc UuIpjC5gyV5w9lLruSKRNTf6Bp79xurzosjvRURZGrhMxB5CNb2wF74JFdX/BzfLfcka vG+wpstVJ+Rf1046x3mTmPcUXfMumxFe8YyHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=mVUzSvu7+MiiS8E4i9RrG60Dh+TO5z0sF1FcM58y1xSQGM4r26g7jCQMp2reHSvlpM ep6k3jwPJKGAQmY3TsI30lwcSXd5MIhzJEaXjywWqBBwLpDKaZzUZF+QZYZZ8XTJG7no lb+pvJlnCUBotmqsu3ev7j6fZ788OJVTOn0SQ= MIME-Version: 1.0 Received: by 10.229.51.214 with SMTP id e22mr2655858qcg.233.1284369359170; Mon, 13 Sep 2010 02:15:59 -0700 (PDT) Received: by 10.229.27.85 with HTTP; Mon, 13 Sep 2010 02:15:59 -0700 (PDT) Date: Mon, 13 Sep 2010 14:45:59 +0530 Message-ID: Subject: changing SequenceFile format From: Matthew John To: common-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0016367d5c1069ee9c0490208b41 X-Virus-Checked: Checked by ClamAV on apache.org --0016367d5c1069ee9c0490208b41 Content-Type: text/plain; charset=ISO-8859-1 Hi guys, I wanted to take in file with input : ...... binary sequence file (key and value length are constant) as input for the Sort (examples) . But as I understand the data in a standard Sequencefile of hadoop is in the format : ..... . Where should I modify the code so as to use my inputfile as input to the recordreader. Please pour in your views .. Matthew --0016367d5c1069ee9c0490208b41--