[
https://issues.apache.org/jira/browse/PHOENIX-3097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15383761#comment-15383761
]
James Taylor commented on PHOENIX-3097:
---------------------------------------
Thanks for reporting, [~simon_wang]. Yes, your fix sounds fine - I've assigned
this to you. Seems like a small enough and important enough fix for inclusion
in 4.8.0 if you can get us a quick fix that's compatible with later 0.98
releases as well.
> 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)