Return-Path: Delivered-To: apmail-hadoop-core-user-archive@www.apache.org Received: (qmail 46751 invoked from network); 6 Feb 2008 22:53:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2008 22:53:03 -0000 Received: (qmail 1890 invoked by uid 500); 6 Feb 2008 22:52:50 -0000 Delivered-To: apmail-hadoop-core-user-archive@hadoop.apache.org Received: (qmail 1327 invoked by uid 500); 6 Feb 2008 22:52:48 -0000 Mailing-List: contact core-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-user@hadoop.apache.org Delivered-To: mailing list core-user@hadoop.apache.org Received: (qmail 1318 invoked by uid 99); 6 Feb 2008 22:52:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 14:52:48 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of tjdziuba@gmail.com designates 209.85.198.185 as permitted sender) Received: from [209.85.198.185] (HELO rv-out-0910.google.com) (209.85.198.185) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2008 22:52:19 +0000 Received: by rv-out-0910.google.com with SMTP id g11so3160312rvb.29 for ; Wed, 06 Feb 2008 14:52:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=0P5C6vPC/JGwwrVQz9jw07pBZ2b23YAIc+cQ4klIY1M=; b=m7JZEZi18La9w6QIPUoPcTIw6ng19gIMEaRsgEhHBqnJ4AMr/zIszmqfWq8nMCaYpM7sl5HOm5RBRGXTOuMc7rEyo6NYbK0j8HA+xFl0fK1JPl1PPBGHSR2ChSM/QGZdqHBH1Fgzyebkv049Tf6wV21w1Ykd9V3C7LbGrIER0Fk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=dJDs8aPmCQyqLBZTMt9+iApFcEx/zdtu6oU7JVd37eJCx/pfpSsIXpB+vo5Tw86A+x7mu4fR42bxRZN7QB2X3OGLt3b8O26Ap83QEVr/9473MKpzwmw9gjgQq+/LQm1M4utPh7xnAHs0AleKQZ3eDzhgAwgg9ECDPg+3gGFxr6Y= Received: by 10.140.180.11 with SMTP id c11mr1793987rvf.166.1202338345960; Wed, 06 Feb 2008 14:52:25 -0800 (PST) Received: from ?192.168.1.4? ( [76.102.193.127]) by mx.google.com with ESMTPS id f21sm9753133rvb.15.2008.02.06.14.52.24 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 06 Feb 2008 14:52:24 -0800 (PST) Message-ID: <47AA3A26.7020406@gmail.com> Date: Wed, 06 Feb 2008 14:52:22 -0800 From: Ted Dziuba User-Agent: Thunderbird 2.0.0.6 (X11/20071022) MIME-Version: 1.0 To: core-user@hadoop.apache.org Subject: Read SequenceFile from C++? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Does anyone have experience reading a SequenceFile from C++? I don't need to write, just read. I have looked at the RecordIO C++ libraries, but can't connect this to a Hadoop InputFormat. I'm using Hadoop 0.14. Any suggestions would be appreciated. Ted