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 D182C102FF for ; Mon, 24 Feb 2014 14:35:52 +0000 (UTC) Received: (qmail 36228 invoked by uid 500); 24 Feb 2014 14:35:46 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 36182 invoked by uid 500); 24 Feb 2014 14:35:46 -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 35824 invoked by uid 99); 24 Feb 2014 14:35:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 14:35:44 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yuzhihong@gmail.com designates 209.85.192.175 as permitted sender) Received: from [209.85.192.175] (HELO mail-pd0-f175.google.com) (209.85.192.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Feb 2014 14:35:38 +0000 Received: by mail-pd0-f175.google.com with SMTP id w10so6361674pde.34 for ; Mon, 24 Feb 2014 06:35:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=sPfOGOJBDE5BKxZ08uoI//SOWratKAW9wewP+yFL19M=; b=T3e5DvOPPkW4q5Eo3rqK0GeBJ9SawWL0TEfhROQpqkIA5TUHXfJK++RqxSbrVG+f59 K9fLdv7p4StFhxaN8/qAMZVXENJfCsZmGZAp0m8zy5Zv/GSDtnj00aOjr+hpKiGIX+4L HQFE/8YkImb8v8Ls2Am5mEnezoMn+6WWR3RTXS4QlyJduhhWevSfXFubP0kJTIEwLP1P MI0wi1quetIkOrIMJpSXEbwI9GcpZdFE7w7S4/wlgAxv4EHvY/hW+ldfEyFAnG6E81HO cNjVRj6TDuRgKRjUM3JElhkYo6sdXsaloAbcIbvsGcA1YM771KUyKZpkl1nkU0G0hHy4 0FlA== X-Received: by 10.66.248.227 with SMTP id yp3mr25200625pac.116.1393252517258; Mon, 24 Feb 2014 06:35:17 -0800 (PST) Received: from [192.168.0.13] (c-24-130-236-83.hsd1.ca.comcast.net. [24.130.236.83]) by mx.google.com with ESMTPSA id qq5sm567798pbb.24.2014.02.24.06.35.14 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Feb 2014 06:35:14 -0800 (PST) References: <1393248478002-4056268.post@n3.nabble.com> Mime-Version: 1.0 (1.0) In-Reply-To: <1393248478002-4056268.post@n3.nabble.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: Cc: "user@hbase.apache.org" X-Mailer: iPhone Mail (10B146) From: Ted Yu Subject: Re: (HConnectionManager.java:389) Date: Mon, 24 Feb 2014 06:35:14 -0800 To: "user@hbase.apache.org" X-Virus-Checked: Checked by ClamAV on apache.org Can you show us the full stack trace ? Thanks On Feb 24, 2014, at 5:27 AM, shapoor wrote: > hello, > is there a difference in initializing Javaclient for hbase 0.96.1.1 compar= ed > to 0.94 ?=20 >=20 > Configuration hadoopConf =3D HBaseConfiguration.create(); > hadoopConf.set("hbase.zookeeper.quorum", "192.168.111.212"); > hadoopConf.set("hbase.zookeeper.property.clientPort", "2181"); > HConnection connection =3D HConnectionManager.createConnection(hadoopConf)= ; >=20 > leads to the following with 0.96.1.1 : >=20 > java.io.IOException: java.lang.reflect.InvocationTargetException > at > org.apache.hadoop.hbase.client.HConnectionManager.createConnection(HConnec= tionManager.java:389) > at > org.apache.hadoop.hbase.client.HConnectionManager.createConnection(HConnec= tionManager.java:366) > at > org.apache.hadoop.hbase.client.HConnectionManager.getConnection(HConnectio= nManager.java:247) > at > org.apache.hadoop.hbase.client.HBaseAdmin.(HBaseAdmin.java:183) >=20 > regards and thx, >=20 >=20 >=20 > -- > View this message in context: http://apache-hbase.679495.n3.nabble.com/HCo= nnectionManager-java-389-tp4056268.html > Sent from the HBase User mailing list archive at Nabble.com.