-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38151/
-----------------------------------------------------------

Review request for Falcon.


Repository: falcon-git


Description
-------

In org.apache.falcon.util.ApplicationProperties.java, method doLoadProperties 
only loads the keys that start with domain + "."  or "*.".  All other keys are 
ignored.  

If the keys do not start with domain + "."  or "*.", it is probably because the 
user made a typo or mistake in the startup.properties. Instead of ignoring 
these keys, I propose that an error should be  thrown.


Diffs
-----

  common/src/main/java/org/apache/falcon/util/ApplicationProperties.java 
1d8cf49 
  common/src/main/resources/startup.properties c48188c 

Diff: https://reviews.apache.org/r/38151/diff/


Testing
-------

Done.


Thanks,

Narayan Periwal

Reply via email to