All ranger developers, Which .xml files are used to initialize configuration properties for ranger-admin process? I put my configuration property in ranger-admin-site.xml, but it was not picked up by the following code executing in ranger-admin JVM ( 'url' variable was null after the call).
String url = RangerConfiguration.getInstance().get(propertyPrefix + ".policy.rest.url"); Any pointers, help will be much appreciated!! Thanks! -Abhay
