[ https://issues.apache.org/jira/browse/HADOOP-6184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
V.V.Chaitanya Krishna updated HADOOP-6184: ------------------------------------------ Attachment: HADOOP-6184.patch Uploading patch which provides method to return all the properties of configuration object as a string of Json format. The Json format is as follows: { "Properties" : [ { "Key" : <key>, "Value" : <value>, "isFinal" : <true if the property is set to final> "resource" : <resource name which loads this property most recently> } ] } > Provide a configuration dump in json format. > -------------------------------------------- > > Key: HADOOP-6184 > URL: https://issues.apache.org/jira/browse/HADOOP-6184 > Project: Hadoop Common > Issue Type: Bug > Reporter: rahul k singh > Attachments: HADOOP-6184.patch > > > Configuration dump in json format. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.