NPE in handling deprecated configuration keys. ----------------------------------------------
Key: HADOOP-6243 URL: https://issues.apache.org/jira/browse/HADOOP-6243 Project: Hadoop Common Issue Type: Bug Components: conf Affects Versions: 0.21.0 Reporter: Konstantin Shvachko Fix For: 0.21.0 I run TestFileCreation in Eclipse and get a NullPointerException. Debugging shows that {{Configuration.populateDeprecationMapping()}} sets {{Configuration.properties}} to null. This code was introduced in HADOOP-6105. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.