You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tephra.apache.org by "Gokul Gunasekaran (JIRA)" <ji...@apache.org> on 2017/03/01 22:04:45 UTC

[jira] [Created] (TEPHRA-226) Prune upper bound writer thread dies in some HBase 0.98 versions

Gokul Gunasekaran created TEPHRA-226:
----------------------------------------

             Summary: 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: Poorna Chandra
             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)