You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Sailaja Polavarapu (Jira)" <ji...@apache.org> on 2020/07/16 17:29:00 UTC

[jira] [Created] (RANGER-2915) Support tag based policies for Ozone resources in Ranger

Sailaja Polavarapu created RANGER-2915:
------------------------------------------

             Summary: Support tag based policies for Ozone resources in Ranger
                 Key: RANGER-2915
                 URL: https://issues.apache.org/jira/browse/RANGER-2915
             Project: Ranger
          Issue Type: Bug
          Components: Ranger
            Reporter: Sailaja Polavarapu
             Fix For: 2.1.0


 

1) create ozone volume:

/opt/cloudera/parcels/CDH/bin/ozone sh volume create o3://ozone1/rangertagbased

2) create bucket:

/opt/cloudera/parcels/CDH/bin/ozone sh bucket create o3://ozone1/rangertagbased/bucketrangertag

3) create external table with this bucket:

create external table ext_ozone_table5 (id int) location 'o3fs://bucketrangertag.rangertagbased.ozone1/extfile4'

and entity gets created in atlas.

Need to add support in tagsync to process these entities and map to ranger ozone resources.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)