-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73398/
-----------------------------------------------------------
Review request for ranger, Dhaval Shah, Abhay Kulkarni, Madhan Neethiraj, Mehul
Parikh, Ramesh Mani, Sailaja Polavarapu, Vishal Suvagia, and Velmurugan
Periasamy.
Bugs: RANGER-3304
https://issues.apache.org/jira/browse/RANGER-3304
Repository: ranger
Description
-------
**Problem Statement:**
Solr audit conf zip archive creation is required as this file is needed during
the solr bootstrap step.
Reference:
https://github.com/apache/ranger/blob/master/embeddedwebserver/src/main/java/org/apache/ranger/server/tomcat/SolrCollectionBootstrapper.java#L278
**Proposed Solution:**
Zip creation changes can be added again during packaging/distribution step of
ranger build.
**Note:** This patch is related to changes after RANGER-2980 commit:
https://github.com/apache/ranger/commit/0c55a7b4b092a50cbbec6cbd966d174ee1b6886e
Diffs
-----
distro/src/main/assembly/solr_audit_conf.xml 2a4b79e38
Diff: https://reviews.apache.org/r/73398/diff/1/
Testing
-------
Run the ranger build with proposed changes and able to get
ranger-3.0.0-SNAPSHOT-solr_audit_conf.zip file in target location after the
successful build.
Thanks,
Pradeep Agrawal