[
https://issues.apache.org/jira/browse/GEARPUMP-164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346001#comment-15346001
]
ASF GitHub Bot commented on GEARPUMP-164:
-----------------------------------------
GitHub user karol-brejna-i opened a pull request:
https://github.com/apache/incubator-gearpump/pull/49
GEARPUMP-164 configurable hbase user
Simple change that allows configuring the user for connection to HBase.
Tested on YARN deployment.
(PR replacing messy https://github.com/apache/incubator-gearpump/pull/44)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/karol-brejna-i/incubator-gearpump
GEARPUMP-164-hbase-user
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-gearpump/pull/49.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 #49
----
commit 2fcd6f4ca86f1b32d61ac20dfc116721d3854433
Author: karol brejna <[email protected]>
Date: 2016-06-23T07:45:35Z
fix GEARPUMP-164, Let the user that connects to HBase be configurable
----
> 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)