Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.7.0
-
None
-
None
Description
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
catch ...`
Attachments
Issue Links
- links to