[
https://issues.apache.org/jira/browse/TEPHRA-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15891204#comment-15891204
]
ASF GitHub Bot commented on TEPHRA-226:
---------------------------------------
GitHub user gokulavasan opened a pull request:
https://github.com/apache/incubator-tephra/pull/39
(TEPHRA-226) Use older API to run as login user
JIRA : https://issues.apache.org/jira/browse/TEPHRA-226
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gokulavasan/incubator-tephra fix/tephra-226
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-tephra/pull/39.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 #39
----
commit 565f9450354ffb359a87bb3f5ed727c710417665
Author: Gokul Gunasekaran <[email protected]>
Date: 2017-03-01T22:19:04Z
(TEPHRA-226) Use older API to run as login user
----
> Prune upper bound writer thread dies in some HBase 0.98 versions
> ----------------------------------------------------------------
>
> Key: TEPHRA-226
> URL: https://issues.apache.org/jira/browse/TEPHRA-226
> Project: Tephra
> Issue Type: Bug
> Affects Versions: 0.11.0-incubating
> Reporter: Gokul Gunasekaran
> Assignee: Gokul Gunasekaran
> Fix For: 0.11.0-incubating
>
>
> Some older versions of HBase 0.98 do not have
> org.apache.hadoop.hbase.security.User.runAsLoginUser method that Prune upper
> bound writer uses. We need to replace it with
> UserGroupInformation.getLoginUser().doAs() method.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)