You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/12 11:45:39 UTC

[jira] [Commented] (S2GRAPH-25) Support Secure HBase Cluster

    [ https://issues.apache.org/jira/browse/S2GRAPH-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093711#comment-15093711 ] 

ASF GitHub Bot commented on S2GRAPH-25:
---------------------------------------

GitHub user SteamShon opened a pull request:

    https://github.com/apache/incubator-s2graph/pull/3

    S2GRAPH-25: Support Secure HBase Cluster 

    + add kerberos support.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/SteamShon/incubator-s2graph S2GRAPH-25

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-s2graph/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3
    
----
commit b9b9e710e0b194ad55d0a067eda84a4cf9d0fc70
Author: SteamShon <sh...@gmail.com>
Date:   2015-12-02T07:09:33Z

    reduce max idle ttl to 10 seconds

commit 957e95fe6e476b83bf6085c243087438aa77f4de
Author: SteamShon <sh...@gmail.com>
Date:   2016-01-06T05:28:58Z

    S2GRAPH-14: add Management class and move createTable, createService, createLabel into class. fix caller of theses methods

commit b17902e9da1aa40d2ce2b3a10634d30e2705a877
Author: DO YUNG YOON <st...@apache.org>
Date:   2016-01-12T10:11:49Z

    S2GRAPH-14: add config into Storage trait

commit 94ceb1a31d2b12ac76a0304f3751eb3df9a7ed98
Author: DO YUNG YOON <st...@apache.org>
Date:   2016-01-12T10:25:40Z

    S2GRAPH-25: support secure hbase cluster.

----


> Support Secure HBase Cluster 
> -----------------------------
>
>                 Key: S2GRAPH-25
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-25
>             Project: S2Graph
>          Issue Type: Sub-task
>            Reporter: DOYUNG YOON
>            Assignee: DOYUNG YOON
>            Priority: Minor
>              Labels: security
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> Some of our user asked if s2graph can run on secure HBase cluster(kerberos) and I think it is good idea to support it. 
> If we decide to support it, then followings are needed to be changed.
> # create HBaseClient on AsynchbaseStorage.
> # create/delete hbase table and get HBaseAdmin on Management
> # add configuration files for keytab, jaas file.
> Just want to discuss if this worth to support.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)