Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 78408 invoked from network); 16 Sep 2008 01:48:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Sep 2008 01:48:29 -0000 Received: (qmail 56383 invoked by uid 500); 16 Sep 2008 01:48:26 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 56367 invoked by uid 500); 16 Sep 2008 01:48:26 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 56356 invoked by uid 99); 16 Sep 2008 01:48:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Sep 2008 18:48:26 -0700 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 lecompte@gmail.com designates 209.85.198.227 as permitted sender) Received: from [209.85.198.227] (HELO rv-out-0506.google.com) (209.85.198.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2008 01:47:28 +0000 Received: by rv-out-0506.google.com with SMTP id k40so2213279rvb.29 for ; Mon, 15 Sep 2008 18:48:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=gtz4d4TRFjT1hmCHKvWCA1sHbs4QiWw74AszwuBsCmI=; b=XBICGQUKybDh/anjobJJoX3ZrqBLJLxUxlXI9tEChJ7DNqy5o12qGLm2Cte9FjSXJP QKrpTXqfvR5xRcSTfp34qKIlqIGWh7Ju8uWN0S5CsXp1F8mAkXrS2WkPZ4VofXCVyiIu iPkxPSRlcmXpY3wOCgqrHfiCOuR8acDCLCFEc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ekETwXJxXtTCEcr2GSH1gAZh4FXViMqm1GEiYtvXTqwUFFZauBVimRfdS+W3KVYMOX v7rJ1EAQo+B8CYpMgmhQvomTiqsuudk2Y0eZp0LzSvh1Nn/njkXU29Rn793JBwpTRj0m Tyylv7mnHDobVklVAkmuQKpQZmquRzrJANvS4= Received: by 10.141.42.10 with SMTP id u10mr5281084rvj.141.1221529681340; Mon, 15 Sep 2008 18:48:01 -0700 (PDT) Received: by 10.141.98.6 with HTTP; Mon, 15 Sep 2008 18:48:01 -0700 (PDT) Message-ID: <6acdaf2a0809151848p241e7af4hb2e89a848c5510b9@mail.gmail.com> Date: Mon, 15 Sep 2008 21:48:01 -0400 From: "Ryan LeCompte" To: hbase-user@hadoop.apache.org Subject: Version incompatibility question MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello, I'm trying to get HBase 0.2.0 working with Hadoop 0.17.2.1. How does one rebuild hbase 0.2.0 to work with 0.17.2.1 of Hadoop? I tried copying the hadoop jars over to hbase and then just running 'ant', but after I restart hbase and use the new jars I get the following when I run my client program: 2008-09-15 20:37:03,468 WARN org.apache.hadoop.ipc.Server: Incorrect header or version mismatch from 127.0.0.1:49318 got version 2 expected version 1 Any ideas? Thanks, Ryan