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 90095D661 for ; Fri, 7 Sep 2012 05:35:01 +0000 (UTC) Received: (qmail 66369 invoked by uid 500); 7 Sep 2012 05:34:59 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 65842 invoked by uid 500); 7 Sep 2012 05:34:54 -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 65807 invoked by uid 99); 7 Sep 2012 05:34:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 05:34:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nigamashish@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 05:34:47 +0000 Received: by lahd3 with SMTP id d3so2003010lah.14 for ; Thu, 06 Sep 2012 22:34:26 -0700 (PDT) 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=zLBs1l96EoOXXre7h9/jN3Uv+dOk9o1WNLEMbgijaFc=; b=NiKkTpg4Oo9FygnZTGaAQCV5IeZGIqAarExXan2MkeY+vROoBkd4TvRSyL/RpMmOL4 4581kYeRfUua+zOHAP5O6m0DGBJzp2d5/VeWtn5y6Merc2o5/HWPD4j9FYXYu4OeItDR H0YAqB8jf9Z8D6S8VfNBl+pkzlWzGdSctK1JbJa2+3/3SJ6TNA3Gk8ruwoGUTM83kfaK bNM1JtYBUc7fAN0pxYNDNub+3fcFfBbquAkWitV9GmxpZaKGeMksftgMPwDF+nNBtpGk MorPfcIo7AUiKMzxtME5gTzAJhzFTgiTMn9zOVlpAys2pNmqTBwiSOHjH9K0y6nAKSOo HUBQ== MIME-Version: 1.0 Received: by 10.112.44.9 with SMTP id a9mr1703279lbm.84.1346996066689; Thu, 06 Sep 2012 22:34:26 -0700 (PDT) Received: by 10.114.15.169 with HTTP; Thu, 6 Sep 2012 22:34:26 -0700 (PDT) In-Reply-To: References: Date: Thu, 6 Sep 2012 22:34:26 -0700 Message-ID: Subject: Re: Unable to init HBaseAdmin From: Ashish Nigam To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d040169cb11a28604c915f678 --f46d040169cb11a28604c915f678 Content-Type: text/plain; charset=ISO-8859-1 Yup. That was the reason. I wasn't using cloudera artifacts in my dependency and there was mismatch in versions. It all fixed when I started using correct cloudera artifacts in my application. On Thu, Sep 6, 2012 at 12:52 PM, Stack wrote: > On Wed, Sep 5, 2012 at 4:57 PM, Ashish Nigam > wrote: > > readAndProcess threw exception java.io.EOFException. Count of bytes > read: 0 > > java.io.EOFException > > Mismatched versions (client and server)? > St.Ack > --f46d040169cb11a28604c915f678--