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 3D00C9127 for ; Mon, 30 Jan 2012 11:16:53 +0000 (UTC) Received: (qmail 77055 invoked by uid 500); 30 Jan 2012 11:16:51 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 76965 invoked by uid 500); 30 Jan 2012 11:16:50 -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 76956 invoked by uid 99); 30 Jan 2012 11:16:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 11:16:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.214.169] (HELO mail-tul01m020-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 11:16:43 +0000 Received: by obbta7 with SMTP id ta7so5329227obb.14 for ; Mon, 30 Jan 2012 03:16:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.209.4 with SMTP id mi4mr17495626igc.17.1327922182201; Mon, 30 Jan 2012 03:16:22 -0800 (PST) Received: by 10.43.53.70 with HTTP; Mon, 30 Jan 2012 03:16:21 -0800 (PST) X-Originating-IP: [193.136.33.133] In-Reply-To: References: Date: Mon, 30 Jan 2012 11:16:21 +0000 Message-ID: Subject: Re: IllegalArgumentException: Not a host:port From: =?ISO-8859-1?Q?Listas_Discuss=F5es?= To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=14dae93404abf5a16e04b7bcf917 X-Virus-Checked: Checked by ClamAV on apache.org --14dae93404abf5a16e04b7bcf917 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable you were right. it was a classpath issue. the hbase jar version on my client was not the same from my hbase instance. in the end I just had to put in my classpath hbase/lib dir and everything worked fine :) tks for your advise Arian 2012/1/29 Listas Discuss=F5es > tks dude > I'll check it. > > arian > > > 2012/1/27 Stack > >> On Fri, Jan 27, 2012 at 10:18 AM, Listas Discuss=F5es >> wrote: >> > Exception in thread "main" java.lang.IllegalArgumentException: Not a >> > host:port pair: ?4679@i01co2410.fe.up.pti01co2410.fe.up.pt >> > ,60000,1327639058703 >> > >> > at org.apache.hadoop.hbase.HServerAddress.(HServerAddress.java:6= 0) >> > >> >> You are trying to connect to a 0.92 hbase with 0.90 client? Or you >> tried a 0.92 hbase and then reverted to 0.90 without clearing zk data? >> >> The content printed by IllegalArgumentException looks like content >> serialized by 0.92 hbase. >> St.Ack >> > > > > -- > Arian Pasquali > FEUP researcher > twitter: @arianpasquali > www.arianpasquali.com > > --14dae93404abf5a16e04b7bcf917--