You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Dhaval Rajpara <dh...@gmail.com> on 2022/12/08 18:18:58 UTC

[ANNOUNCE] Apache Ranger UI using React JS [Initial implementation]

Hi Ranger Community,


An initial implementation of RANGER-3537
<https://issues.apache.org/jira/browse/RANGER-3537> (Migrate Ranger UI from
outdated backbone JS to React JS) is ready for your review. Kindly request
you to review/test and provide your feedback.


Please find the review request link: https://reviews.apache.org/r/74246/
and below the steps to bring up Ranger UI with React JS.


Once this implementation is tested thoroughly with no major bugs, React JS
can be made the default.


Steps :

   1.

   Git clone apache ranger - https://github.com/apache/ranger
   2.

   Checkout master branch and pull the latest commits
   3.

   Apply the Ranger React Review changes -
   https://reviews.apache.org/r/74246/
   4.

   Execute the below maven command


mvn clean compile package -DskipTests -Psecurity-admin-react



   1.

   Use the ranger-3.0.0-SNAPSHOT-admin.tar.gz build in the target directory
   to set up Ranger Admin with React changes.


Please share your feedback/reviews on the given implementation.

Thanks & Regards

Dhaval Rajpara