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 B4AE0100AA for ; Tue, 4 Mar 2014 19:10:40 +0000 (UTC) Received: (qmail 29655 invoked by uid 500); 4 Mar 2014 19:10:37 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 28891 invoked by uid 500); 4 Mar 2014 19:10:36 -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 28881 invoked by uid 99); 4 Mar 2014 19:10:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 19:10:35 +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 yuzhihong@gmail.com designates 209.85.213.54 as permitted sender) Received: from [209.85.213.54] (HELO mail-yh0-f54.google.com) (209.85.213.54) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 19:10:29 +0000 Received: by mail-yh0-f54.google.com with SMTP id c41so5349948yho.41 for ; Tue, 04 Mar 2014 11:10:08 -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=g4EOgoUxzZV2sapEl1hW+P5tyvwBZxsc6rvGORJUqBQ=; b=UUVZ9xrDR4lEWNyKQEdwuePzhq9tOnZpgUVK9IiPa6tm30m05WQWWiQt5NbHd+w8Ma hX8nhHJWLv0rqWatrk2jpvPgRQ7Gq04auKm3kFC6aAchu/VROWBh+Qzoav03TztRR3C6 3v47noW70gvOOXeiroycsgSVT5ddcTPFaxR+bErAe9IwsXErGJg5+C8Mer9tyDttln99 VQTlioPbcMkhqlkdbYYjD07YzSwt/zpF5Dvygw7Qwgxl2SkmLsLa85DYYWLprSxonZ05 gc4J+EkIXRnfjIEPvhKmlFMncvFMPfHZ4n86aZwmUUeTZHJC3mYnBGCEks2uYCKN4qyI e1Fg== MIME-Version: 1.0 X-Received: by 10.236.229.195 with SMTP id h63mr1175941yhq.121.1393960207945; Tue, 04 Mar 2014 11:10:07 -0800 (PST) Received: by 10.170.79.86 with HTTP; Tue, 4 Mar 2014 11:10:07 -0800 (PST) In-Reply-To: References: Date: Tue, 4 Mar 2014 11:10:07 -0800 Message-ID: Subject: Re: org.apache.hadoop.hbase.ipc.SecureRpcEngine class not found in HBase jar From: Ted Yu To: "user@hbase.apache.org" Content-Type: multipart/alternative; boundary=001a11c1e20806985304f3cca752 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c1e20806985304f3cca752 Content-Type: text/plain; charset=ISO-8859-1 Security tar ball is published with each 0.94 release: http://supergsego.com/apache/hbase/hbase-0.94.17/ Are you able to utilize that ? On Tue, Mar 4, 2014 at 10:48 AM, anil gupta wrote: > Thanks for the reply. > > Since the HBase security jar is not published in Maven repo. I am running > into Problem with enhancing the jdbc connection of Phoenix( > https://issues.apache.org/jira/browse/PHOENIX-19) to support connecting to > a secure HBase cluster. > Is there any particular reason due to which we don't publish security jar > of HBase? > > I have been using cdh4.5 and that has hbase security. For phoenix, i don't > think i can reference Cloudera stuff. If we cannot publish the security jar > in Maven repo then Phoenix might have to build hbase with the flag that > Gary mentioned. > > Thanks, > Anil Gupta > > > On Tue, Mar 4, 2014 at 10:40 AM, Gary Helmling > wrote: > > > For HBase 0.94, you need a version of HBase built with the "security" > > profile to get SecureRpcEngine and other security classes. I'm not sure > > that the published releases on maven central actually include this. > > > > However, it's easily to build yourself, just add "-Psecurity" to the mvn > > command line to get the security profile. > > > > For HBase 0.96+ this is no longer necessary, as the security classes are > > now part of the main build. > > > > > > On Tue, Mar 4, 2014 at 10:02 AM, anil gupta > wrote: > > > > > Hi All, > > > > > > If i create a maven project with the following maven dependency then > the > > > HBase jar doesn't have org.apache.hadoop.hbase.ipc.SecureRpcEngine > class. > > > > > > org.apache.hbase > > > hbase > > > 0.94.12 > > > > > > > > > SecureRPCEngine class is used when the cluster is secured. Is there any > > > other maven dependency i need to use to get that class? > > > > > > -- > > > Thanks & Regards, > > > Anil Gupta > > > > > > > > > -- > Thanks & Regards, > Anil Gupta > --001a11c1e20806985304f3cca752--