Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 526EC11F65 for ; Thu, 24 Jul 2014 11:52:39 +0000 (UTC) Received: (qmail 58084 invoked by uid 500); 24 Jul 2014 11:52:37 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 58014 invoked by uid 500); 24 Jul 2014 11:52:37 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 57985 invoked by uid 99); 24 Jul 2014 11:52:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2014 11:52:36 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of konstt2000@gmail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Jul 2014 11:52:33 +0000 Received: by mail-wi0-f171.google.com with SMTP id hi2so9506943wib.4 for ; Thu, 24 Jul 2014 04:52:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Wh946YLz276mIlvQCneqsLG0py4Q0tXaIBXTParavks=; b=ZlnqX21zzK+BxcQOnCbXhRZ3FH6VFc0o0iu+g0jjnRe6zqMlyODSrpjvsMSJYx345N KB2hvT4EisAyUrwXas5a2/bXrH/Wvr3RFt3g8dcXNxQ/Q1WaMn3mDqjTDMYPehzc9Q5B Mm0B0UWkLU424kQSJN4liDxGRfX4V0uLbkkzR8xtJofmQcKkvkuiOVOaSYpY6TyjJ+vA n6upxpQQIid4hFw3ttecnVRyhvCAWqX+9BSVekJtjYmAR+Qv9YcIbenCDZqLNindcPss +uWaAUcSqLdnxt+9jX5zTAHUiSUiN0cHcDDK0z8xOOG7yu/zbgZ1f8nMSJR4ctOgD2U0 +aWQ== MIME-Version: 1.0 X-Received: by 10.194.84.101 with SMTP id x5mr11588345wjy.52.1406202728499; Thu, 24 Jul 2014 04:52:08 -0700 (PDT) Received: by 10.217.61.201 with HTTP; Thu, 24 Jul 2014 04:52:08 -0700 (PDT) Date: Thu, 24 Jul 2014 13:52:08 +0200 Message-ID: Subject: HFile Reader in 0.96 and 0.98 From: Guillermo Ortiz To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=047d7bb04dce1d508b04feef1641 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bb04dce1d508b04feef1641 Content-Type: text/plain; charset=UTF-8 Hi, I am trying to make compatible HBase 0.96 with 0.98 but, I have seen that the HFile.createReader has a new parameter "Configuration". I have been looking for another way to get an Hfile.Reader from two versions with the same code but I think that it's not possible, is there another way to get an Hfile.Reader? I would like that my code works with both versions and I could switch versions quickly. --047d7bb04dce1d508b04feef1641--