Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCF9011196 for ; Thu, 25 Sep 2014 00:05:34 +0000 (UTC) Received: (qmail 62297 invoked by uid 500); 25 Sep 2014 00:05:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 62258 invoked by uid 500); 25 Sep 2014 00:05:34 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 62245 invoked by uid 99); 25 Sep 2014 00:05:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 00:05:34 +0000 Date: Thu, 25 Sep 2014 00:05:34 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11890) HBase REST Client is hard coded to http protocol MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14147132#comment-14147132 ] stack commented on HBASE-11890: ------------------------------- Patch seems fine. It follows the model of what was there previous even though it seems a little ham-handed prefixing a 'http;//'..... Will commit in a day or so unless someone has better idea. > HBase REST Client is hard coded to http protocol > ------------------------------------------------ > > Key: HBASE-11890 > URL: https://issues.apache.org/jira/browse/HBASE-11890 > Project: HBase > Issue Type: Bug > Components: Client > Affects Versions: 0.96.2 > Reporter: Eric Yang > Assignee: Qiang Tian > Fix For: 0.99.1 > > Attachments: HBase-11890-doc.patch, HBase-11890-master-v1.patch, HBase-11890-master.patch > > > HBase REST Client executePathOnly only supports http. It would be nice if there is a option to enable REST API client to connect through SSL. org.apache.hadoop.hbase.rest.client.Cluster class does not indicate which protocol can be used, we can either set flag in Cluster class or introduce a parameter in Client class to toggle SSL. -- This message was sent by Atlassian JIRA (v6.3.4#6332)