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 3370B11B0D for ; Wed, 25 Jun 2014 22:14:55 +0000 (UTC) Received: (qmail 16033 invoked by uid 500); 25 Jun 2014 22:14:53 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 15971 invoked by uid 500); 25 Jun 2014 22:14:53 -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 15959 invoked by uid 99); 25 Jun 2014 22:14:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 22:14:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kulkarni.swarnim@gmail.com designates 209.85.216.41 as permitted sender) Received: from [209.85.216.41] (HELO mail-qa0-f41.google.com) (209.85.216.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 22:14:49 +0000 Received: by mail-qa0-f41.google.com with SMTP id cm18so2122084qab.14 for ; Wed, 25 Jun 2014 15:14:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=DCGhSb1H2VkaHRRluH+FC+nVcYUL2zEf9T+XVfEZOLk=; b=jTLZVTv9jcaQLwbtdCchv5kNgEx7yJVEzHR+nwrCoxKpM8P21+R9TG0IWiTp9BEo5v /xEd62vDQJ261cVjU0GH0RkSHPUit3MJIqrkgHI08IIFQWH9UmOjf2BQbea1fTprr0Go PSuqyzHfxHWI0A7HUR5aOALnALPCxNl3o2I32dVyYFmHVYYqtN0mSJc/rK0r/sIj0utX Wj7sbAZxcOzxgKjd29kcMSU/wSzH9J9H2EzXv1uVr+u2kEt7goWAcHDhSsEwfdqy/0Zn tJIwNdMA/9Mx3JdbJIAqworI6xgR8WNx+oZtznD5MnsFEUI0giZN+gSU4rx1eb4PFxOn KMpQ== X-Received: by 10.140.25.120 with SMTP id 111mr9686032qgs.95.1403734465056; Wed, 25 Jun 2014 15:14:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.213.198 with HTTP; Wed, 25 Jun 2014 15:14:04 -0700 (PDT) From: "kulkarni.swarnim@gmail.com" Date: Wed, 25 Jun 2014 17:14:04 -0500 Message-ID: Subject: Configuration for hbase client to connect to secure cluster To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11c12aae2616db04fcb0668d X-Virus-Checked: Checked by ClamAV on apache.org --001a11c12aae2616db04fcb0668d Content-Type: text/plain; charset=UTF-8 Hello, I was wondering if there is a defined client configuration for hbase client for connecting to a secure hbase cluster? With my client attempting to talk to a secure cluster, I keep getting the following in my master logs: "WARN org.apache.hadoop.hbase.ipc.SecureServer: Incorrect header or version mismatch from XX:XX:XX:XX:42760 got version 3 expected version 4" and the following on my client: INFO client.HConnectionManager$HConnectionImplementation: getMaster attempt 1 of 10 failed; retrying after sleep of 1008 java.io.IOException: Call to XX failed on local exception: java.io.EOFException The version warning first made me think that there was probably some version mismatch with my jars. But I was able to connect to a non-secure cluster perfectly fine. Any posible config that I might be missing? I made sure that I do a kinit and obtain a valid kerberos ticket before running my client. Thanks for the help, -- Swarnim --001a11c12aae2616db04fcb0668d--