You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2016/07/21 19:07:20 UTC

[jira] [Comment Edited] (PHOENIX-3097) Incompatibilities with HBase 0.98.6

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

Andrew Purtell edited comment on PHOENIX-3097 at 7/21/16 7:07 PM:
------------------------------------------------------------------

We could easily fix the first. Oh, never mind, I see, Phoenix is using HBASE-12973. We shouldn't revert that.

The second is an allowable enhancement to User that came in on HBASE-11972


was (Author: apurtell):
We could easily fix the first.

The second is an allowable enhancement to User that came in on HBASE-11972

> Incompatibilities with HBase 0.98.6
> -----------------------------------
>
>                 Key: PHOENIX-3097
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-3097
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.7.0
>            Reporter: Tongzhou Wang
>            Assignee: Tongzhou Wang
>             Fix For: 4.8.0
>
>
> Two places in the 0.98 code base are not compatible with HBase 0.98.6.
> 1. calls to `RegionCoprocessorEnvironment.getRegionInfo()`. Can be replaced by `env.getRegion().getRegionInfo()`.
> 2. calls to `User.runAsLoginUser()`. Can be replaced by `try {UserGroupInformation.getLoginUser().doAs(xxxx)} catch ...`



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