----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31887/#review75878 -----------------------------------------------------------
security-admin/src/main/java/org/apache/ranger/patch/MigrationPatch.java <https://reviews.apache.org/r/31887/#comment123193> Rename this patch to conform to Java patch naming standard. Previous Java patch is called PatchPasswordEncryption_J10001 security-admin/src/main/java/org/apache/ranger/patch/MigrationPatch.java <https://reviews.apache.org/r/31887/#comment123199> In what situation this will happen? How to reconcile this? security-admin/src/main/java/org/apache/ranger/patch/MigrationPatch.java <https://reviews.apache.org/r/31887/#comment123196> If REST is not involved, why is RESTException used? security-admin/src/main/java/org/apache/ranger/patch/MigrationPatch.java <https://reviews.apache.org/r/31887/#comment123200> Is there a reconcilation step for policies failed migration? security-admin/src/main/java/org/apache/ranger/patch/MigrationPatch.java <https://reviews.apache.org/r/31887/#comment123197> If REST is not involved, why is RESTException used? security-admin/src/main/resources/conf.dist/xa_system.properties <https://reviews.apache.org/r/31887/#comment123195> Storing admin password in plain text? - Velmurugan Periasamy On March 10, 2015, 2:16 p.m., Gautam Borad wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31887/ > ----------------------------------------------------------- > > (Updated March 10, 2015, 2:16 p.m.) > > > Review request for ranger, Don Bosco Durai, Madhan Neethiraj, Ramesh Mani, > Selvamohan Neethiraj, and Velmurugan Periasamy. > > > Bugs: RANGER-300 > https://issues.apache.org/jira/browse/RANGER-300 > > > Repository: ranger > > > Description > ------- > > Provide a tool/migration patch to migrate repositories/policies and other > data from the old model of Ranger to the new Pluggable Service model ( > implemented in RANGER-203 ) > > > Diffs > ----- > > security-admin/src/main/java/org/apache/ranger/biz/ServiceDBStore.java > 9c59933 > security-admin/src/main/java/org/apache/ranger/db/XXTrxLogDao.java df73d72 > security-admin/src/main/java/org/apache/ranger/patch/MigrationPatch.java > PRE-CREATION > > security-admin/src/main/java/org/apache/ranger/service/RangerBaseModelService.java > 962f50c > security-admin/src/main/resources/META-INF/jpa_named_queries.xml a25a1bc > security-admin/src/main/resources/conf.dist/xa_system.properties 7e5cd51 > > Diff: https://reviews.apache.org/r/31887/diff/ > > > Testing > ------- > > Tested migration script on local db with automated data. > > > Thanks, > > Gautam Borad > >
