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 4AEE410582 for ; Tue, 25 Feb 2014 17:37:42 +0000 (UTC) Received: (qmail 74786 invoked by uid 500); 25 Feb 2014 17:37:38 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 74671 invoked by uid 500); 25 Feb 2014 17:37:38 -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 74643 invoked by uid 99); 25 Feb 2014 17:37:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 17:37:38 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yuzhihong@gmail.com designates 209.85.213.52 as permitted sender) Received: from [209.85.213.52] (HELO mail-yh0-f52.google.com) (209.85.213.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 17:37:34 +0000 Received: by mail-yh0-f52.google.com with SMTP id a41so7295714yho.11 for ; Tue, 25 Feb 2014 09:37:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fmbhQjQqxxLSCDbuW5/kV1VMXYkrrAQ9hfpGeMHlolo=; b=l1TmBZOT9ipZCR6xASZ6mX06tqZP65JiTdGgbICiQyFff0fitNkm7n8oI1OGDr/57n feXd4fP0iBdhmo8RPDYoY1WIhGrgheP5qJhILc/2FmEFiILkcvEqx5JGlLE4XlOBsfQq i3Vx7T3cxxNz3IX2bbZdHagYCkWpRx0YUWg5uT/zcLkMSAJHcg/cNMLlGNnNoQuej3S7 KNG11QP9GeVcjdRFexC+DoNmAPGInWhKw4Bsel5EugHb5gFIG0Xe4AWhit565kRKKmhM UOiJIdLZpwOBH0pqPqPujUhtxCWmYoLIgMK7Kf87AE+wc7ST/emp8iRtrVehpmSTGre8 uylw== MIME-Version: 1.0 X-Received: by 10.236.30.2 with SMTP id j2mr1290742yha.73.1393349833613; Tue, 25 Feb 2014 09:37:13 -0800 (PST) Received: by 10.170.79.86 with HTTP; Tue, 25 Feb 2014 09:37:13 -0800 (PST) In-Reply-To: <1393348980934-4056345.post@n3.nabble.com> References: <1393248478002-4056268.post@n3.nabble.com> <1393257240983-4056275.post@n3.nabble.com> <1393268694470-4056286.post@n3.nabble.com> <1393277266589-4056297.post@n3.nabble.com> <1393347253403-4056341.post@n3.nabble.com> <1393348980934-4056345.post@n3.nabble.com> Date: Tue, 25 Feb 2014 09:37:13 -0800 Message-ID: Subject: Re: (HConnectionManager.java:389) From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=089e011829cce1664404f33e8906 X-Virus-Checked: Checked by ClamAV on apache.org --089e011829cce1664404f33e8906 Content-Type: text/plain; charset=ISO-8859-1 For winutil.exe, see this thread: http://search-hadoop.com/m/DHED48Mdfd2/windows+client+and+ignoring+winutils.exe&subj=windows+client+and+ignoring+winutils+exe+ On Tue, Feb 25, 2014 at 9:23 AM, shapoor wrote: > Yes of course. I have tried a few things: > > 1. The protobuf 2.5.0 you sujested was indeed needed and solved most of the > problem in the first place. Although I got other exceptions. > > 2. Then I saw I had lots of slf4j jars with different versions downloaded > from different modules. It might have solved the mystery navigate them to > use only one version (with maven exclusions). > > 3. There was another conflict between hadoop2.2.0 jersey and my own. I also > excluded the one shiped with hadoop. It solved other exceptions regarding > usage of new hadoop/hbase versions. > > that was pretty much it and it might seem short but it took a lot of > frustration. The migration is successfull and my tests work fine. > > The last bothering issue is this winutil.exe that is required, which it > shouldn't, since my cluster installation is in an Ubuntu server but my > client in a win7. I have no installation in win7. The exception doesnt seem > to have influence on the functionality but it bothers a little bit so i > told > my java code to find HBaseConnection a fake winuil.exe. > > thanks again and regards, > > > > > > -- > View this message in context: > http://apache-hbase.679495.n3.nabble.com/HConnectionManager-java-389-tp4056268p4056345.html > Sent from the HBase User mailing list archive at Nabble.com. > --089e011829cce1664404f33e8906--