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/02/29 09:28:18 UTC

[jira] [Commented] (S2GRAPH-52) Support secure HBase cluster management for s2loader

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

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

GitHub user wishoping opened a pull request:

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

    S2GRAPH-52 add create table utility class and reflect changes of core

     - can specify HTable columnfamily's replication scope option (for
       master/slave replication)
     - add command line utility to create table

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

    $ git pull https://github.com/wishoping/incubator-s2graph S2GRAPH-52_support_management_feature_of_secure_cluster

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

    https://github.com/apache/incubator-s2graph/pull/36.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 #36
    
----
commit 76a3dc8c9b0b23076faefc32d19dfa1dc0f5b9cc
Author: June.Kay <wi...@gmail.com>
Date:   2016-02-29T08:17:23Z

    S2GRAPH-52 add create table utility class and reflect changes of core
    
     - can specify HTable columnfamily's replication scope option (for
       master/slave replication)
     - add command line utility to create table

----


> Support secure HBase cluster management for s2loader
> ----------------------------------------------------
>
>                 Key: S2GRAPH-52
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-52
>             Project: S2Graph
>          Issue Type: Sub-task
>            Reporter: Junki Kim
>            Assignee: DOYUNG YOON
>              Labels: security
>   Original Estimate: 72h
>  Remaining Estimate: 72h
>
> This issue is subsequent task of S2GRAPH-25. 
> S2Graph supports bulk load into HTable from TSV format to HFiles by s2loader's `TransferToHFile` class.
> However, current `TransferToHFile` class cannot support the bulk load feature for secured (with kerberos login) HBase cluster.
> Also, there was some changes to create hbase table with `Management` utility class.
> S2Loader project needs some code reflection and new features to resolve above issues
> Following tasks can resolve the issues to support secured HBase cluster management features.
> * Reflect `S2Core`'s `Management` class changes to related classes in `S2Loader` project.
> * Create table management command line utility class.
> * Add codes of creating table code with `ColumnFamily` attribute (REPLICATION_SCOPE, if cluster consists of one master and one slave, master table's value is 1)
> Please comments your opinion or suggestions, if you wants to add more issues or features.



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