[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-10-06 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-11890:
--
   Resolution: Fixed
Fix Version/s: 2.0.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

Committed to 0.99.1+  Thanks for the patch [~tianq]

> 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: 2.0.0, 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)


[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-09-24 Thread stack (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HBASE-11890:
--
Fix Version/s: 0.99.1

> 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)


[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-09-24 Thread Qiang Tian (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qiang Tian updated HBASE-11890:
---
Attachment: HBase-11890-master-v1.patch

add the javadoc

> 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
> 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)


[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-09-24 Thread Qiang Tian (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qiang Tian updated HBASE-11890:
---
Status: Patch Available  (was: Open)

> 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
> 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)


[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-09-24 Thread Qiang Tian (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qiang Tian updated HBASE-11890:
---
Status: Open  (was: Patch Available)

> 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
> Attachments: HBase-11890-doc.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)


[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-09-24 Thread Qiang Tian (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qiang Tian updated HBASE-11890:
---
Attachment: HBase-11890-master.patch

> 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
> Attachments: HBase-11890-doc.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)


[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-09-24 Thread Qiang Tian (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qiang Tian updated HBASE-11890:
---
Status: Patch Available  (was: Open)

> 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
> Attachments: HBase-11890-doc.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)


[jira] [Updated] (HBASE-11890) HBase REST Client is hard coded to http protocol

2014-09-24 Thread Qiang Tian (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-11890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qiang Tian updated HBASE-11890:
---
Attachment: HBase-11890-doc.patch

> 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
> Attachments: HBase-11890-doc.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)