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 DCBADE01E for ; Wed, 20 Feb 2013 22:49:17 +0000 (UTC) Received: (qmail 74804 invoked by uid 500); 20 Feb 2013 22:49:15 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 74739 invoked by uid 500); 20 Feb 2013 22:49:15 -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 74731 invoked by uid 99); 20 Feb 2013 22:49:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 22:49:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.160.178 as permitted sender) Received: from [209.85.160.178] (HELO mail-gh0-f178.google.com) (209.85.160.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 22:49:08 +0000 Received: by mail-gh0-f178.google.com with SMTP id g24so1130935ghb.23 for ; Wed, 20 Feb 2013 14:48:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=ygdy8WJhHk1trTXYduN1TMCEafio8wkpwaUlDtXDqKg=; b=AzLdJMKn00DEXShrLC2hlNxbSeWLwAlsfTbB+vybVhbACcbKkO5q+I8B9+0Wa32Y58 H/k2jiFpSQVa/qneTv2xhcqQnG8YV+0Fd1ApkfWMlQXG9eZYb+MY1zaWfHuq4Dy4EFgt koeW9B/LmAgHwy2YM7Y8XJ5W+0c0s3jOKrW1YhnhLjmPAm0ySTnhXB5Iv0FVQgeHHVg9 4vr0Y952KdrSIGInztQpKutYzu23pcen1dI2ppUwOgIQYr9o+RxKpmawdFG2KYqvZXBU Kp6ymMWAQTGDIYAaBqnJ4gqvPrJW2t1bojEoUUlU85Kf3ixIuQtjQO+EA8DE282s4ojO QwcQ== MIME-Version: 1.0 X-Received: by 10.236.124.208 with SMTP id x56mr39475938yhh.67.1361400527939; Wed, 20 Feb 2013 14:48:47 -0800 (PST) Received: by 10.100.81.18 with HTTP; Wed, 20 Feb 2013 14:48:47 -0800 (PST) In-Reply-To: <5125522C.7040602@plutoz.com> References: <1361390945.29266.ezmlm@hbase.apache.org> <5125522C.7040602@plutoz.com> Date: Wed, 20 Feb 2013 14:48:47 -0800 Message-ID: Subject: Re: HBase newbie From: Ted Yu To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=20cf303a3667dd747b04d62fc215 X-Virus-Checked: Checked by ClamAV on apache.org --20cf303a3667dd747b04d62fc215 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable The error seemed to be related to zookeeper. Can you post log from zk1 around 14:25:59 ? BTW stable release is 0.94.5, can you upgrade ? Cheers On Wed, Feb 20, 2013 at 2:46 PM, kaveh minooie wrote: > Hello everyone > I was wondering if any one has tried to run hbase 0.90.x on a hadoop > 1.1.1 cluster? I have replaced a few of the jar files with the ones that > came with the packages that I am using in my cluster: > > commons-configuration-1.6.jar > hadoop-core-1.1.1.jar > slf4j-api-1.6.1.jar > slf4j-log4j12-1.6.1.jar > zookeeper-3.4.5.jar (tried with both 3.3.2 and 3.4.5. same result) > > after these changes I am able to run the region servers but the master > node still crashes when I try to start it: > > 2013-02-20 14:25:59,554 INFO org.apache.zookeeper.**ClientCnxn: Socket >> connection established to zk1/10.0.0.66:2181, initiating session >> 2013-02-20 14:25:59,556 INFO org.apache.zookeeper.**ClientCnxn: Session >> establishment complete on server zk1/10.0.0.66:2181, sessionid =3D >> 0x13cc3f3bcdc0095, negotiated timeout =3D 40000 >> 2013-02-20 14:25:59,569 DEBUG org.apache.hadoop.hbase.**catalog.CatalogT= racker: >> Starting catalog tracker org.apache.hadoop.hbase.** >> catalog.CatalogTracker@**151205ab >> 2013-02-20 14:25:59,587 FATAL org.apache.hadoop.hbase.**master.HMaster: >> Unhandled exception. Starting shutdown. >> java.lang.**IllegalArgumentException: =EF=BF=BD^@^@^@^\31321@d1r2n2.prod= .** >> plutoz.comENABLED >> at org.apache.hadoop.hbase.**zookeeper.ZKTable.** >> getTableState(ZKTable.java:**119) >> at org.apache.hadoop.hbase.**zookeeper.ZKTable.** >> populateTableStates(ZKTable.**java:94) >> at org.apache.hadoop.hbase.**zookeeper.ZKTable.(** >> ZKTable.java:79) >> at org.apache.hadoop.hbase.**master.AssignmentManager.<** >> init>(AssignmentManager.java:**171) >> at org.apache.hadoop.hbase.**master.HMaster.** >> finishInitialization(HMaster.**java:353) >> at org.apache.hadoop.hbase.**master.HMaster.run(HMaster.** >> java:281) >> 2013-02-20 14:25:59,590 INFO org.apache.hadoop.hbase.**master.HMaster: >> Aborting >> 2013-02-20 14:25:59,590 DEBUG org.apache.hadoop.hbase.**master.HMaster: >> Stopping service threads >> 2013-02-20 14:25:59,590 INFO org.apache.hadoop.ipc.**HBaseServer: >> Stopping server on 60000 >> 2013-02-20 14:25:59,591 INFO org.apache.hadoop.ipc.**HBaseServer: IPC >> Server handler 0 on 60000: exiting >> > > > does anyone have any idea or suggestion about what I can do to be able to > run a hbase 0.90.x on hadoop 1.1.1? > > thanks, > > Kaveh Minooie > > www.plutoz.com > --20cf303a3667dd747b04d62fc215--