You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gearpump.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/22 19:38:16 UTC

[jira] [Commented] (GEARPUMP-164) Let the user that connects to HBase (HBaseSink) be configurable

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

ASF GitHub Bot commented on GEARPUMP-164:
-----------------------------------------

GitHub user karol-brejna-i opened a pull request:

    https://github.com/apache/incubator-gearpump/pull/44

    GEARPUMP-164 configurable hbase user

    Simple change that allows configuring the user for connection to HBase.
    Tested on YARN deployment.

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

    $ git pull https://github.com/karol-brejna-i/incubator-gearpump GEARPUMP-164-configurable-hbase-user

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

    https://github.com/apache/incubator-gearpump/pull/44.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 #44
    
----
commit 2753b7cb4fa266dc0148f1712fde5b08994ba353
Author: karol brejna <ka...@intel.com>
Date:   2016-06-22T19:13:07Z

    fix GEARPUMP-164, Let the user that connects to HBase be configurable

commit f971fec43d649d597c6946ac2248b62e58bfbc2d
Author: karol brejna <ka...@intel.com>
Date:   2016-06-22T19:13:07Z

    fix GEARPUMP-164, Let the user that connects to HBase be configurable

commit 6b35bc0b1c5abbb9ceecf9977acd1aa021bcd0fc
Author: karol brejna <ka...@intel.com>
Date:   2016-06-22T19:24:15Z

    Merge branch 'GEARPUMP-164-configurable-hbase-user' of github.com:karol-brejna-i/incubator-gearpump into GEARPUMP-164-configurable-hbase-user

----


> Let the user that connects to HBase (HBaseSink) be configurable
> ---------------------------------------------------------------
>
>                 Key: GEARPUMP-164
>                 URL: https://issues.apache.org/jira/browse/GEARPUMP-164
>             Project: Apache Gearpump
>          Issue Type: Improvement
>          Components: hbase 
>    Affects Versions: 0.8.0
>            Reporter: Karol Brejna
>            Assignee: Karol Brejna
>
> There are HBase configurations that have authorization configured (some users are allowed to read/write to selected namespaces/tables, some not).
> In present version of HBaseSink there is now way to configure the user.
> Instead, current user is used (in case of yarn deployment, the user is called ‘yarn’) which may have not been granted proper privileges. 
> The user for the sink should be configurable.



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