Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If Ranger mode is enable, HAWQ send wrong request to RPS for PXF Hcatalog.
gpadmin=# select count from hcatalog.default.twitterexampletextexample;
ERROR: permission denied for relation(s): default.twitterexampletextexample
RPS log:
```
```
Notice `resource":"gpadmin/default/twitterexampletextexample` where gpadmin is my database name for the psql session. HAWQ should have sent `resource":"hcatalog/default/twitterexampletextexample` to RPS for policy check.
Attachments
Issue Links
- is duplicated by
-
HAWQ-1410 Add basic test case for hcatalog with ranger
- Closed
- links to