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 B1BBE91A4 for ; Fri, 25 May 2012 06:24:36 +0000 (UTC) Received: (qmail 99327 invoked by uid 500); 25 May 2012 06:24:35 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 99115 invoked by uid 500); 25 May 2012 06:24:33 -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 99071 invoked by uid 99); 25 May 2012 06:24:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 06:24:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of harsh@cloudera.com designates 209.85.160.41 as permitted sender) Received: from [209.85.160.41] (HELO mail-pb0-f41.google.com) (209.85.160.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 06:24:26 +0000 Received: by pbbrp2 with SMTP id rp2so1657465pbb.14 for ; Thu, 24 May 2012 23:24:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding:x-gm-message-state; bh=glzzuP0UwGGFosCMtbWdRnVmY073oH0Xp35sqgNyL04=; b=CBWzNEmVgGSHdbhZPo1XHO4Psn7csVk8VO7GTEgFWmRQtXDBexQ4q+0+kKEwSQdz9+ ClRWtMpr0bybBW8YZfrhmB8QEmVgLz+l9tMp8d7NFSlthyDl/DhwNPUD/qJo1Mhrf0io M1RbBXTESE7Fofbp7oHSsKZVpu6xnWQ2nLvi+ySEp5a43DT+30DDq8etTkJs+N2i3rm3 diVM5xqCIcovUdxpSHq0PuI5AkU6E3NzFwFBz7RcAzu5liulb41cBPH6vTebnI7lbcjr MxvuXcsq8n6AOYrBmrVtB0xnQl73pW+Qqg/irQ9S2OMwGGJbrGBIcuVA8gW6e4DgI62B BtNQ== Received: by 10.68.130.9 with SMTP id oa9mr29135906pbb.95.1337927045937; Thu, 24 May 2012 23:24:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.1.231 with HTTP; Thu, 24 May 2012 23:23:45 -0700 (PDT) In-Reply-To: References: From: Harsh J Date: Fri, 25 May 2012 11:53:45 +0530 Message-ID: Subject: Re: Version issue To: user@hbase.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQkyToz0Ity+NS5fjOfxS6aC5EesB7iairDPdK46E++Ru5qHA922TUVkcTV3RxnWdjnJm7eW X-Virus-Checked: Checked by ClamAV on apache.org Prashant, How exactly did you update HBase? Are you running a trunk build? And doesn't the same addition to a client's hbase-site.xml not fix it temporarily? On Fri, May 25, 2012 at 11:32 AM, Prashant Kommireddi wrote: > Hi All, > > Running into this issue after updating hbase. How can I fix it? > > Exception in thread "main" java.lang.RuntimeException: hbase-default.xml > file seems to be for and old version of HBase (@@@VERSION@@@), this versi= on > is 0.95-SNAPSHOT > =A0 =A0at > org.apache.hadoop.hbase.HBaseConfiguration.checkDefaultsVersion(HBaseConf= iguration.java:72) > =A0 =A0at > org.apache.hadoop.hbase.HBaseConfiguration.addHbaseResources(HBaseConfigu= ration.java:104) > =A0 =A0at > org.apache.hadoop.hbase.HBaseConfiguration.create(HBaseConfiguration.java= :115) > =A0 =A0at org.apache.hadoop.hbase.HBaseConnector.main(HBaseConnector.java= :13) > > I added this to hbase-site.xml, and that got hbase started but trying to > run a program to Put rows throws the above error. > > > =A0 =A0hbase.defaults.for.version > =A0 =A00.95-SNAPSHOT > =A0 > > Thanks, --=20 Harsh J