You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Abhishek Kumar <ab...@gmail.com> on 2021/10/05 19:52:21 UTC

Review Request 73629: RANGER-2846 RANGER-2847: Fix TestConnection and Resource Lookup(Bucket) for Ozone Plugin

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73629/
-----------------------------------------------------------

Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy.


Bugs: RANGER-2846 and RANGER-2847
    https://issues.apache.org/jira/browse/RANGER-2846
    https://issues.apache.org/jira/browse/RANGER-2847


Repository: ranger


Description
-------

Test connection for ozone service now works on the Ranger UI.
Also, fixes ozone bucket lookup while trying to create a new ozone policy in Ranger.


Diffs
-----

  distro/src/main/assembly/admin-web.xml 3fc054d7c 
  distro/src/main/assembly/plugin-ozone.xml 734bf1970 
  plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneClient.java 695510f47 
  plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneConnectionMgr.java 5b18ee356 
  pom.xml 626591d60 


Diff: https://reviews.apache.org/r/73629/diff/1/


Testing
-------


Thanks,

Abhishek  Kumar


Re: Review Request 73629: RANGER-2846 RANGER-2847: Fix TestConnection and Resource Lookup(Bucket) for Ozone Plugin

Posted by Sailaja Polavarapu <sp...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73629/#review223640
-----------------------------------------------------------


Ship it!




Ship It!

- Sailaja Polavarapu


On Oct. 20, 2021, 6:45 p.m., Abhishek  Kumar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73629/
> -----------------------------------------------------------
> 
> (Updated Oct. 20, 2021, 6:45 p.m.)
> 
> 
> Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-2846 and RANGER-2847
>     https://issues.apache.org/jira/browse/RANGER-2846
>     https://issues.apache.org/jira/browse/RANGER-2847
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Test connection for ozone service now works on the Ranger UI.
> Also, fixes ozone bucket lookup while trying to create a new ozone policy in Ranger.
> 
> 
> Diffs
> -----
> 
>   distro/src/main/assembly/admin-web.xml 3fc054d7c 
>   distro/src/main/assembly/plugin-ozone.xml 734bf1970 
>   plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneClient.java 695510f47 
>   plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneConnectionMgr.java 5b18ee356 
>   pom.xml 626591d60 
> 
> 
> Diff: https://reviews.apache.org/r/73629/diff/2/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Abhishek  Kumar
> 
>


Re: Review Request 73629: RANGER-2846 RANGER-2847: Fix TestConnection and Resource Lookup(Bucket) for Ozone Plugin

Posted by Abhishek Kumar <ab...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73629/
-----------------------------------------------------------

(Updated Oct. 20, 2021, 6:45 p.m.)


Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy.


Bugs: RANGER-2846 and RANGER-2847
    https://issues.apache.org/jira/browse/RANGER-2846
    https://issues.apache.org/jira/browse/RANGER-2847


Repository: ranger


Description
-------

Test connection for ozone service now works on the Ranger UI.
Also, fixes ozone bucket lookup while trying to create a new ozone policy in Ranger.


Diffs (updated)
-----

  distro/src/main/assembly/admin-web.xml 3fc054d7c 
  distro/src/main/assembly/plugin-ozone.xml 734bf1970 
  plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneClient.java 695510f47 
  plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneConnectionMgr.java 5b18ee356 
  pom.xml 626591d60 


Diff: https://reviews.apache.org/r/73629/diff/2/

Changes: https://reviews.apache.org/r/73629/diff/1-2/


Testing
-------


Thanks,

Abhishek  Kumar


Re: Review Request 73629: RANGER-2846 RANGER-2847: Fix TestConnection and Resource Lookup(Bucket) for Ozone Plugin

Posted by Sailaja Polavarapu <sp...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73629/#review223638
-----------------------------------------------------------




plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneConnectionMgr.java
Line 53 (original), 53 (patched)
<https://reviews.apache.org/r/73629/#comment312754>

    Minor one - Please rename the variable "connectHive" to "connectOzone"


- Sailaja Polavarapu


On Oct. 5, 2021, 7:52 p.m., Abhishek  Kumar wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/73629/
> -----------------------------------------------------------
> 
> (Updated Oct. 5, 2021, 7:52 p.m.)
> 
> 
> Review request for ranger, Abhay Kulkarni, Madhan Neethiraj, Ramesh Mani, Sailaja Polavarapu, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-2846 and RANGER-2847
>     https://issues.apache.org/jira/browse/RANGER-2846
>     https://issues.apache.org/jira/browse/RANGER-2847
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Test connection for ozone service now works on the Ranger UI.
> Also, fixes ozone bucket lookup while trying to create a new ozone policy in Ranger.
> 
> 
> Diffs
> -----
> 
>   distro/src/main/assembly/admin-web.xml 3fc054d7c 
>   distro/src/main/assembly/plugin-ozone.xml 734bf1970 
>   plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneClient.java 695510f47 
>   plugin-ozone/src/main/java/org/apache/ranger/services/ozone/client/OzoneConnectionMgr.java 5b18ee356 
>   pom.xml 626591d60 
> 
> 
> Diff: https://reviews.apache.org/r/73629/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Abhishek  Kumar
> 
>