> On Oct. 30, 2020, 2:57 p.m., Madhan Neethiraj wrote: > > distro/pom.xml > > Line 51 (original), 39 (patched) > > <https://reviews.apache.org/r/72994/diff/1/?file=2241742#file2241742line51> > > > > The value of property graph.index.properties is written to > > configuration file, refer to distro/src/conf/atlas-application.properties. > > Hence leading spaces should be avoided.
Fixed, attached the patach with updates. - Radhika ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72994/#review222148 ----------------------------------------------------------- On Oct. 30, 2020, 5:46 p.m., Radhika Kundam wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/72994/ > ----------------------------------------------------------- > > (Updated Oct. 30, 2020, 5:46 p.m.) > > > Review request for atlas, Ashutosh Mestry and Madhan Neethiraj. > > > Bugs: ATLAS-4010 > https://issues.apache.org/jira/browse/ATLAS-4010 > > > Repository: atlas > > > Description > ------- > > Properties are in random order under <properties> section in pom.xml > > For better readability, need to sort properties in lexicographic order. > > > Diffs > ----- > > distro/pom.xml db1f23acd > docs/pom.xml f22f9e2ff > pom.xml aca36aaee > webapp/pom.xml 5a8cfe616 > > > Diff: https://reviews.apache.org/r/72994/diff/1/ > > > Testing > ------- > > Build is successful. > > > File Attachments > ---------------- > > Removing extra spaces > > https://reviews.apache.org/media/uploaded/files/2020/10/30/40e165c6-985c-48e0-a61a-558ef4d9b2a3__0002-ATLAS-4010-Sort-properties-in-pom-removing-extra-spa.patch > > > Thanks, > > Radhika Kundam > >
